Limit the run to a selected member.
Section: Test debugging workflows
Test one workspace package
bash
bash
cargo test -p my-cliExplanation
Avoids noise from unrelated packages in a workspace.
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 Test debugging workflows