cargo-nextest
- Clean, beautiful user interface. nextest presents its results concisely so you can see which tests passed and failed at a glance.
- Up to 60% faster than cargo test. Nextest uses a for faster, more reliable test runs.
- Partition test runs across several CI jobs. If your tests take too long to run in CI, nextest can automatically split them up for you across several jobs.
- Cross-platform. nextest works on Unix, Mac and Windows, so you get the benefits of faster test runs no matter what platform you use.
- … and more coming soon!
Install cargo-nextest from crates.io (requires Rust 1.54 or later):
For more detailed installation instructions, see .
The source code for nextest and this site are hosted on GitHub, at https://github.com/nextest-rs/nextest.
The source code for nextest is licensed under the and Apache 2.0 licenses.
This document is licensed under . This means that you are welcome to share, adapt or modify this material as long as you give appropriate credit.