Skip to content

Commit

Permalink
Merge pull request #5393 from sylvestre/doc23
Browse files Browse the repository at this point in the history
DEVELOPMENT.md: improve doc on how to run some tests
  • Loading branch information
cakebaker committed Oct 13, 2023
2 parents f76b53d + 2bd5e26 commit a4347a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4347a3

Please sign in to comment.