💾 Archived View for freeshell.de › tldr › cargo-test.gmi captured on 2023-04-19 at 23:34:36. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Execute the unit and integration tests of a Rust package.
cargo test {testname}
cargo test -- --test-threads={count}
cargo test --locked
cargo test --release
cargo test --workspace
cargo test --package {package}
cargo test -- --nocapture
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).