| Crates.io | cargo-nextest |
| lib.rs | cargo-nextest |
| version | 0.9.124 |
| created_at | 2022-02-13 23:24:00.389728+00 |
| updated_at | 2026-01-25 23:39:16.055589+00 |
| description | A next-generation test runner for Rust. |
| homepage | |
| repository | https://github.com/nextest-rs/nextest |
| max_upload_size | |
| id | 531945 |
| size | 572,081 |
cargo-nextest is a next-generation test runner for Rust.
For documentation and usage, see the nextest site.
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, and will
remain, broken.
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.
See the contributing guide for how to help out.
This project is available under the terms of either the Apache 2.0 license or the MIT license.