Skip to content

Releases: nextest-rs/nextest

nextest-runner 0.1.2

Choose a tag to compare

Added

  • In test output, module paths are now colored cyan (#42).

cargo-nextest 0.9.5

Choose a tag to compare

Fixed

  • Updated nextest-runner to 0.1.2, fixing cyan coloring of module paths (#52).

cargo-nextest 0.9.4

Choose a tag to compare

The big new change is that release binaries are now available! Head over to Pre-built binaries for more.

Added

  • In test output, module paths are now colored cyan (#42).

Fixed

  • While querying binaries to list tests, lines ending with ": benchmark" will now be ignored (#46).

cargo-nextest 0.9.5-rc.2

Pre-release

Choose a tag to compare

(Temporary release) test out binary releases once again.

cargo-nextest 0.9.5-rc.1

Pre-release

Choose a tag to compare

(Temporary release) test out binary releases once again.

cargo-nextest 0.9.4-rc.3

Pre-release

Choose a tag to compare

(Temporary release note) This is an attempt to publish release binaries.

cargo-nextest 0.9.4-rc.2

Pre-release

Choose a tag to compare

(Temporary release note) This is an attempt to publish release binaries.

cargo-nextest 0.9.4-rc.1

Pre-release

Choose a tag to compare

(Temporary release note) This is an attempt to publish release binaries.

cargo-nextest 0.9.3

Choose a tag to compare

Fixed

  • Add a BufWriter around stderr for the reporter, reducing the number of syscalls and fixing
    issues around output overlap on Windows (#35). Thanks @fdncred for reporting this!

cargo-nextest 0.9.2

Choose a tag to compare

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!