Releases: nextest-rs/nextest
Releases · nextest-rs/nextest
Release list
nextest-runner 0.1.2
Added
- In test output, module paths are now colored cyan (#42).
cargo-nextest 0.9.5
Fixed
- Updated nextest-runner to 0.1.2, fixing cyan coloring of module paths (#52).
cargo-nextest 0.9.4
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
(Temporary release) test out binary releases once again.
cargo-nextest 0.9.5-rc.1
(Temporary release) test out binary releases once again.
cargo-nextest 0.9.4-rc.3
(Temporary release note) This is an attempt to publish release binaries.
cargo-nextest 0.9.4-rc.2
(Temporary release note) This is an attempt to publish release binaries.
cargo-nextest 0.9.4-rc.1
(Temporary release note) This is an attempt to publish release binaries.
cargo-nextest 0.9.3
cargo-nextest 0.9.2
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!