github nextest-rs/nextest cargo-nextest-0.9.62
cargo-nextest 0.9.62

latest releases: cargo-nextest-0.9.143, nextest-runner-0.122.1, cargo-nextest-0.9.142...
2 years ago

Added

  • If you create a symlink manually named cargo-ntr and pointing to cargo-nextest, you can now
    shorten cargo nextest run to cargo ntr. In the future, this symlink will be automatically
    created at install time.

Changed

  • Deprecated test name filters passed in before --. For example, cargo nextest run my_test is deprecated; use cargo nextest run -- my_test instead. See #1109 for motivation and more information.
  • x86_64-unknown-linux-gnu builds are now performed using cargo zigbuild. The minimum glibc version remains unchanged at 2.27. Please file a bug report if you encounter any issues with this change.

Fixed

  • Fixed crashes under some Cargo edge cases, e.g. #1090.

Don't miss a new nextest release

NewReleases is sending notifications on new releases.