Pass test harness flags after `--`.
Section: Tests and benches
Show println output in tests
bash
bash
cargo test -- --nocaptureExplanation
The flags after the separator go to the test harness, not Cargo.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Tests and benches