Skip to content

cargo-nextest 0.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 18:47
· 2398 commits to main since this release

Fixed

  • Running cargo nextest from within a crate now runs tests for just that crate, similar to cargo
    test. Thanks Yaron Wittenstein
    for reporting this!