github nextest-rs/nextest cargo-nextest-0.9.92
cargo-nextest 0.9.92

latest releases: cargo-nextest-0.9.140, nextest-runner-0.121.0, nextest-filtering-0.21.3...
17 months ago

Added

  • --nff and --ff are aliases for --no-fail-fast and --fail-fast, respectively.

Fixed

  • In filtersets, binary_id patterns that don't match any binary IDs in the workspace are now rejected. This is a small behavior change that is being treated as a bugfix to align with package, deps and rdeps behavior.

    binary_id patterns are not rejected if they match any test binaries that are in the workspace, regardless of whether they're built or not. In the future, we may add a warning for binary ID patterns only matching binaries that aren't built, but this is not an error.

Don't miss a new nextest release

NewReleases is sending notifications on new releases.