nextest is a next-generation test runner for Rust projects.
- Clean user interface
- Up to 60% faster than cargo test
- Detect flaky tests
- Partition test runs across several CI jobs
cargo install cargo-nextest
cargo nextest run
nextest is a next-generation test runner for Rust projects.
cargo install cargo-nextest
cargo nextest run