1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 21:17:46 +00:00

Merge pull request #5393 from sylvestre/doc23

DEVELOPMENT.md: improve doc on how to run some tests
This commit is contained in:
Daniel Hofstetter 2023-10-13 07:14:20 +02:00 committed by GitHub
commit a4347a3abb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,8 @@ If you also want to test the core utilities:
```shell
cargo test -p uucore -p coreutils
# or
cargo test --all-features -p uucore
```
Running the complete test suite might take a while. We use [nextest](https://nexte.st/index.html) in