mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
cargo-test: add --nocapture example (#7098)
This commit is contained in:
parent
70a1e161de
commit
1ea4484867
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
|||
- Run tests for a package:
|
||||
|
||||
`cargo test --package {{package}}`
|
||||
|
||||
- Run tests without hiding output from test executions:
|
||||
|
||||
`cargo test -- --nocapture`
|
||||
|
|
Loading…
Add table
Reference in a new issue