cargo-nextest

Next-generation test runner for Rust with better output and filtering

brewmacoslinux
Try with needOr install directly
Source

About

Next-generation test runner for Rust

Commands

cargo-nextest

Examples

Run all tests in a project with nextest$ cargo nextest run
Run tests matching a specific pattern$ cargo nextest run my_test_name
Run tests with custom number of parallel threads$ cargo nextest run --test-threads 4