140 releases
Uses new Rust 2024
| new 0.9.123-b.1 | Jan 18, 2026 |
|---|---|
| 0.9.116 | Dec 27, 2025 |
| 0.9.114 | Nov 19, 2025 |
| 0.9.101 | Jul 12, 2025 |
| 0.9.12 | Mar 22, 2022 |
#23 in Cargo plugins
238,521 downloads per month
Used in 19 crates
(15 directly)
2.5MB
58K
SLoC
cargo-nextest
cargo-nextest is a next-generation test runner for Rust.
For documentation and usage, see the nextest site.
Installation
To install nextest binaries (quicker), see Pre-built binaries.
To install from source, run:
cargo install --locked cargo-nextest
The --locked flag is required. Builds without --locked are not
guaranteed to work.
Minimum supported Rust versions
Nextest has two minimum supported Rust versions (MSRVs): one for building
nextest itself, and one for running tests with cargo nextest run.
For more information about the MSRVs and the stability policy around them, see Minimum supported Rust versions on the nextest site.
Contributing
See the contributing guide for how to help out.
License
This project is available under the terms of either the Apache 2.0 license or the MIT license.
Dependencies
~56–99MB
~1.5M SLoC