Skip to content

Commit df890b1

Browse files
committed
update test command in README
1 parent f4c66a6 commit df890b1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111

1212
## Tests
1313

14-
```bash
15-
# run all
16-
cargo test --features 'serde','x86-sync-pool'
17-
# run only for example histbuf tests
18-
cargo test histbuf --features 'serde','x86-sync-pool'
14+
``` console
15+
$ # run all
16+
$ cargo test --features serde
17+
18+
$ # run only for example histbuf tests
19+
$ cargo test histbuf --features serde
1920
```
2021

2122
## License

0 commit comments

Comments
 (0)