Skip to content

Instantly share code, notes, and snippets.

@sahandevs
Created March 12, 2022 06:17
Show Gist options
  • Select an option

  • Save sahandevs/12120d2ba01844bb569831144bed4b37 to your computer and use it in GitHub Desktop.

Select an option

Save sahandevs/12120d2ba01844bb569831144bed4b37 to your computer and use it in GitHub Desktop.
cargo-nextest

demo

nextest is a next-generation test runner for Rust projects.

  • Clean user interface
  • Up to 60% faster than cargo test
  • Detect flaky tests
  • Partition test runs across several CI jobs

QuickStart

cargo install cargo-nextest
cargo nextest run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment