cargo-nextest 0.9.74
github-actions
released this
18 Aug 23:25
·
555 commits
to main
since this release
Added
Warnings are now printed in the following cases:
- If some tests are not run, e.g. due to
--fail-fast
. - If no tests are run.
Changed
- Updated MSRV for compiling nextest to Rust 1.75.
Upcoming behavior changes
If no tests are run, nextest will start exiting with the advisory code 4 in versions released after 2024-11-18. See discussion #1646 for more.