Cargo-nextest: A Next-Gen Rust Test Runner 3x Faster Than Cargo Test

Cargo-nextest: 3x faster than cargo test, per-test isolation, first-class CI

10nateb2022💬 0
Cargo-nextest: A Next-Gen Rust Test Runner 3x Faster Than Cargo Test

I built Cargo-nextest to solve the speed and reliability issues in Rust testing. It runs up to three times faster than the standard cargo test, offering per-test isolation and a modern interface. With powerful filtering, automatic retries, and first-class CI support, it helps developers identify misbehaving tests and scale their workflows efficiently across Linux, Mac, and Windows.

"Treat tests as cattle, not pets."