Skip to content

cargo-nextest 0.9.51

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 23:34
· 1509 commits to main since this release

Changed

  • The definition of threads-required has changed slightly. Previously, it was possible for global and group concurrency limits to be exceeded in some circumstances. Now, concurrency limits are never exceeded. This enables some new use cases, such as being able to declare that a test to be mutually exclusive with all other tests globally.