Skip to content

cargo-nextest 0.9.92

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 23:11
· 9 commits to main since this release

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.