diff --git a/pages/common/cargo-test.md b/pages/common/cargo-test.md index 813237e315..3b6c3222f6 100644 --- a/pages/common/cargo-test.md +++ b/pages/common/cargo-test.md @@ -26,3 +26,7 @@ - Run tests for a package: `cargo test --package {{package}}` + +- Run tests without hiding output from test executions: + +`cargo test -- --nocapture`