Installing pre-built binaries Downloading and installing from your terminal Linux x86_64 macOS (x86_64 and Apple Silicon) Windows x86_64 Release URLs {version} identifier {pl...
Installation and usage Installing pre-built binaries (recommended) Installing from source Installation and usage cargo-nextest works on Linux and other Unix-like OSes, macOS, ...
Partitioning test runs in CI Partitioning test runs in CI For CI scenarios where test runs take too long on a single machine, nextest supports automatically partitioning or shar...
Retries and flaky tests Retries and flaky tests Sometimes, tests fail nondeterministically, which can be quite annoying to developers locally and in CI. cargo-nextest supports r...
Other options Runner options Reporter options Other options Some other options accepted by cargo nextest run : Runner options --no-fail-fast : do not exit the test run on t...