A next-generation test runner for Rust.
  • Rust 98.7%
  • CSS 0.4%
  • Shell 0.3%
  • HTML 0.2%
  • Python 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-14 18:45:45 -07:00
.cargo [meta] add aarch64-unknown-linux-musl release target (#3025) 2026-02-03 11:07:47 -08:00
.claude [meta] prepare releases 2026-01-04 22:05:08 +00:00
.config feat: add JSON Schema (#3314) 2026-05-14 00:26:05 -07:00
.github Update taiki-e/install-action action to v2.85.13 (#3544) 2026-08-13 23:56:11 -07:00
cargo-nextest [cargo-nextest] only show "continue rerunning" hint when a rerun is available (#3548) 2026-08-14 18:45:45 -07:00
fixture-data [integration-tests] tolerate occasional leaks (#3486) 2026-07-25 15:14:13 -07:00
fixtures [nextest-runner] support loading dylibs from build dir v2 layout (#3513) 2026-07-31 14:37:44 -07:00
integration-tests [cargo-nextest] only show "continue rerunning" hint when a rerun is available (#3548) 2026-08-14 18:45:45 -07:00
internal-docs [site] add replay -h/--help 2026-01-24 20:58:30 +00:00
internal-test [nextest-runner] add AGENTS.mds for reporter and runner 2026-01-23 19:02:17 +00:00
internal-tools/zstd-dict [meta] fix Rust 1.95 clippy warnings (#3286) 2026-04-16 13:51:40 -07:00
nextest-filtering [nextest-filtering] version 0.22.0 2026-08-04 14:23:17 -07:00
nextest-metadata [nextest-metadata] version 0.15.0 2026-08-04 13:58:54 -07:00
nextest-runner [cargo-nextest] make all recording setup failures non-fatal (#3547) 2026-08-14 16:03:20 -07:00
scripts [release] add retries to crate publishing 2026-08-10 18:50:15 -07:00
site [site] add note about tmux etc 2026-08-10 19:26:47 -07:00
workspace-hack Update Rust crate clap to 4.6.6 (#3534) 2026-08-13 22:24:09 -07:00
.git-blame-ignore-revs fix ignore-revs format 2025-02-21 23:23:21 +00:00
.gitattributes [integration-tests] rename nextest-tests to fixture-project (#3198) 2026-03-19 20:41:10 -07:00
.gitignore [nextest-runner] set more environment variables during the list phase (#3410) 2026-06-21 14:24:00 -07:00
AGENTS.md [nextest-runner] add cargo nextest store export (#3010) 2026-01-31 14:55:17 -08:00
Cargo.lock Update Rust crate clap to 4.6.6 (#3534) 2026-08-13 22:24:09 -07:00
Cargo.toml Update Rust crate clap to 4.6.6 (#3534) 2026-08-13 22:24:09 -07:00
CLAUDE.md [meta] add an AGENTS.md 2025-11-10 02:22:28 +00:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-10-21 18:24:58 -07:00
CONTRIBUTING.md [site] move contributing docs to site (#2870) 2025-12-31 14:21:41 -08:00
Cross.toml [meta] switch riscv64 to native-tls, and build it with cargo-zigbuild 2026-07-05 14:21:31 -07:00
jsonschemas [nextest-runner] move jsonschemas to within crate dir (#3345) 2026-05-14 12:36:04 -07:00
Justfile [nextest-runner] generate and add schema for user config (#3351) 2026-05-16 15:04:04 -07:00
LICENSE-APACHE initial commit 2021-02-26 15:23:46 -08:00
LICENSE-MIT [meta] prepare releases 2023-12-09 17:24:44 -08:00
README.md [meta] update MSRV to 1.91 (#3088) 2026-02-21 16:30:48 -08:00
release.toml [cargo-release] remove dev-version, no longer supported in 0.22 2022-11-03 14:50:41 -07:00
rustfmt.toml [meta] migrate to Rust 2024, set MSRV to 1.85 (#2364) 2025-05-27 10:54:04 -07:00
zizmor.yml [ci] fix more template-injection + environment issues identified by zizmor (#3195) 2026-03-19 14:41:04 -07:00

Nextest

Nextest is a next-generation test runner for Rust. For more information, check out the website.

This repository contains the source code for:

Minimum supported Rust version

The minimum supported Rust version to run nextest with is Rust 1.41. Nextest is not tested against versions that are that old, but it should work with any version of Rust released in the past year. (Please report a bug if not!)

The minimum supported Rust version to build nextest with is Rust 1.91. For building, at least the last 3 versions of stable Rust are supported at any given time.

See the stability policy for more details.

While a crate is pre-release status (0.x.x) it may have its MSRV bumped in a patch release. Once a crate has reached 1.x, any MSRV bump will be accompanied with a new minor version.

Contributing

See the contributing guide for how to help out.

Looking to contribute to nextest and don't know where to get started? Check out the list of good first issues.

License

Nextest is Free Software. This project is available under the terms of either the Apache 2.0 license or the MIT license.

Like all Free Software, nextest is a gift. Nextest is provided on an "AS IS" basis and there is NO WARRANTY attached to it. As a user, please treat the authors and contributors to this project as if you were treating the giver of a gift. In particular, you're asked to follow the code of conduct.

This project is derived from diem-devtools. Upstream source code is used under the terms of the Apache 2.0 license and the MIT license.

macOS support

macOS is supported through the MacStadium Open Source Developer Program.

image