cargo-nextest 0.9.76
github-actions
released this
25 Aug 20:15
·
512 commits
to main
since this release
Added
- A new
--bound=all
option disables the default set on the command line. --run-ignored ignored-only
has been shortened to--run-ignored only
. (The old name still works
as an alias.)
Fixed
- Documentation links updated to point to the new website.
Changed
-
Previously, passing in any
-E
options would disable the default set. However in practice that
was found to be too confusing, and this behavior has been removed. Instead, use--bound
.This is technically a breaking change, but default sets aren't in wide use yet so this should have
minimal impact.