Skip to content

Releases: nextest-rs/nextest

cargo-nextest 0.9.70

24 Apr 21:56
Compare
Choose a tag to compare

Added

  • Archives can now include extra paths in them. For example:

    [profile.default]
    archive.include = [
        { path = "my-extra-path", relative-to = "target" }
    ]

    For more information, see Adding extra files to an archive.

    Thanks to @rukai for your first contribution!

  • You can now pass in --cargo-quiet twice to completely discard standard error for the Cargo
    commands run by nextest. This is equivalent to 2> /dev/null.

Fixed

  • The initial cargo metadata execution now passes in --frozen, --locked, --offline and --quiet if the corresponding flags are passed into nextest.
  • Previously, NEXTEST_HIDE_PROGRESS_BAR=1 did not work (only NEXTEST_HIDE_PROGRESS_BAR=true
    did). Now both 1 and true work.

Changed

  • Updated MSRV for compiling nextest to Rust 1.74.

cargo-nextest 0.9.69

24 Apr 21:17
Compare
Choose a tag to compare

Added

  • Archives can now include extra paths in them. For example:

    [profile.default]
    archive.include = [
        { path = "my-extra-path", relative-to = "target" }
    ]

    For more information, see Adding extra files to an archive.

    Thanks to @rukai for your first contribution!

  • You can now pass in --cargo-quiet twice to completely discard standard error for the Cargo
    commands run by nextest. This is equivalent to 2> /dev/null.

Fixed

  • The initial cargo metadata execution now passes in --frozen, --locked, --offline and --quiet if the corresponding flags are passed into nextest.
  • Previously, NEXTEST_HIDE_PROGRESS_BAR=1 did not work (only NEXTEST_HIDE_PROGRESS_BAR=true
    did). Now both 1 and true work.

Changed

  • Updated MSRV for compiling nextest to Rust 1.74.

cargo-nextest 0.9.68

17 Mar 00:25
Compare
Choose a tag to compare

This is a maintenance release with many internal improvements, and preparation for future features.

Changed

  • Nextest binaries now ship with symbols, producing better stack traces. This is aligned with the behavior. See issue #1345 for more information.

  • Thanks to recent improvements, Miri is now significantly less taxing. As a result, nextest with Miri has been changed to use all threads by default. You can restore the old Miri behavior (run one test at a time) with -j1, or by setting in .config/nextest.toml:

    [profile.default-miri]
    test-threads = 1

    Rules for heavy tests and test groups will continue to be followed with Miri.

    Thanks to Ben Kimock for driving the Miri improvements and updating nextest!

Misc

nextest-runner 0.54.1

16 Mar 23:10
Compare
Choose a tag to compare

cargo-nextest 0.9.68-rc.2

16 Mar 23:29
Compare
Choose a tag to compare
Pre-release

This is a maintenance release with many internal improvements, and preparation for future features.

Changed

  • Nextest binaries now ship with symbols, producing better stack traces. This is aligned with the behavior. See issue #1345 for more information.

  • Thanks to recent improvements, Miri is now significantly less taxing. As a result, nextest with Miri has been changed to use all threads by default. You can restore the old Miri behavior (run one test at a time) with -j1, or by setting in .config/nextest.toml:

    [profile.default-miri]
    test-threads = 1

    Rules for heavy tests and test groups will continue to be followed with Miri.

    Thanks to Ben Kimock for driving the Miri improvements and updating nextest!

Misc

cargo-nextest 0.9.68-rc.1

16 Mar 23:10
Compare
Choose a tag to compare
Pre-release

This is a maintenance release with many internal improvements, and preparation for future features.

Changed

  • Nextest binaries now ship with symbols, producing better stack traces. This is aligned with the behavior. See issue #1345 for more information.

  • Thanks to recent improvements, Miri is now significantly less taxing. As a result, nextest with Miri has been changed to use all threads by default. You can restore the old Miri behavior (run one test at a time) with -j1, or by setting in .config/nextest.toml:

    [profile.default-miri]
    test-threads = 1

    Rules for heavy tests and test groups will continue to be followed with Miri.

    Thanks to Ben Kimock for driving the Miri improvements and updating nextest!

Misc

nextest-runner 0.54.0

05 Mar 04:42
Compare
Choose a tag to compare

nextest-filtering 0.8.0

05 Mar 04:39
Compare
Choose a tag to compare

Changed

  • MSRV updated to Rust 1.73.
  • Parser combinator library changed from nom to winnow. Thanks @epage
    for creating winnow, and for the contribution!

cargo-nextest 0.9.68-b.2

05 Mar 05:24
Compare
Choose a tag to compare
Pre-release

This is a test release.

cargo-nextest 0.9.68-b.1

05 Mar 04:47
Compare
Choose a tag to compare
Pre-release

This is a test release.