search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Cargo Test Commands
10 cargo-test entries
Limited to 100 results
cargo-test Search
Cargo Test Command: Run Tests Containing Specific String
cargo t <test_name> cargo-test Operations
Cargo Test Command: Run Tests For Specific Package
cargo t -p <package> cargo-test Operations
Cargo Test Command: Run Tests In Release Mode
cargo t -r cargo-test Operations
Cargo Test Command: Run Tests With Output
cargo t -- --nocapture cargo-test Operations
Cargo Test Command: Run Tests With Output Visible
cargo t -- --nocapture cargo-test Operations
Cargo Test Command: Run Tests With Specific Name
cargo t <test_name> cargo-test Operations
Cargo Test Command: Set Number Of Simultaneous Tests
cargo t -- --test-threads <count> cargo-test Operations
Cargo Test Command: Set Simultaneous Test Cases
cargo t -- --test-threads <count> cargo-test Operations
Cargo Test Command: Test All Packages In Workspace
cargo t --workspace cargo-test Operations
Cargo Test Command: Test In Release Mode
cargo t -r