cargo-test

test Execute the unit and integration tests of a Rust…

cargo test

Execute the unit and integration tests of a Rust package. More information: https://doc.rust-lang.org/cargo/commands/cargo-test.html.

cargo test {{testname}}

cargo test -- --test-threads={{count}}

cargo test --locked

cargo test --release

cargo test --workspace

cargo test --package {{package}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← cargo-rustc carp →