mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-26 20:10:24 +00:00
update test command in README
This commit is contained in:
parent
f4c66a663b
commit
df890b1a4b
11
README.md
11
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user