cargo-test: add --nocapture example (#7098)

This commit is contained in:
Jake Vossen
2021-10-19 08:47:52 -06:00
committed by GitHub
parent 70a1e161de
commit 1ea4484867

View File

@@ -26,3 +26,7 @@
- Run tests for a package:
`cargo test --package {{package}}`
- Run tests without hiding output from test executions:
`cargo test -- --nocapture`