update test command in README

This commit is contained in:
Jorge Aparicio 2022-10-18 13:50:22 +02:00
parent f4c66a663b
commit df890b1a4b

View File

@ -11,11 +11,12 @@
## Tests
```bash
# run all
cargo test --features 'serde','x86-sync-pool'
# run only for example histbuf tests
cargo test histbuf --features 'serde','x86-sync-pool'
``` console
$ # run all
$ cargo test --features serde
$ # run only for example histbuf tests
$ cargo test histbuf --features serde
```
## License