Releases: nextest-rs/nextest
Releases · nextest-rs/nextest
quick-junit 0.1.5
Changed
- Lower MSRV to Rust 1.54.
nextest-runner 0.1.1
Changed
- Updated quick-junit to 0.1.5, fixing builds on Rust 1.54.
nextest-runner 0.1.0
- Initial version.
nextest-metadata 0.1.0
- Initial version, with support for listing tests.
cargo-nextest 0.9.1
Changed
- Updated nextest-runner to 0.1.1, fixing builds on Rust 1.54.
cargo-nextest 0.9.0
Initial release. Happy Valentine's day!
Added
Supported in this initial release:
- Listing tests
- Running tests in parallel for faster results
- Partitioning tests across multiple CI jobs
- Test retries and flaky test detection
- JUnit support for integration with other test tooling
quick-junit 0.1.4
Fixed
- In readme, fix link to cargo-nextest.
Changed
- Update repository location.