mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-14 19:16:17 +00:00
docs(cargo): explain that platform specific tests aren't executed by default
This commit is contained in:
parent
4c1774e918
commit
dfb36897cc
1 changed files with 6 additions and 0 deletions
|
@ -215,6 +215,12 @@ Cargo:
|
||||||
$ cargo test
|
$ 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:
|
If you would prefer to test a select few utilities:
|
||||||
```bash
|
```bash
|
||||||
$ cargo test --features "chmod mv tail" --no-default-features
|
$ cargo test --features "chmod mv tail" --no-default-features
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue