mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
docs(cargo): explain that platform specific tests aren't executed by default
This commit is contained in:
committed by
Roy Ivy III
parent
4c1774e918
commit
dfb36897cc
@@ -215,6 +215,12 @@ Cargo:
|
||||
$ cargo test
|
||||
```
|
||||
|
||||
By default, `cargo test` only runs the common programs. To run also platform
|
||||
specific tests, run:
|
||||
```bash
|
||||
$ cargo test --features unix
|
||||
```
|
||||
|
||||
If you would prefer to test a select few utilities:
|
||||
```bash
|
||||
$ cargo test --features "chmod mv tail" --no-default-features
|
||||
|
||||
Reference in New Issue
Block a user