ZIP
WinGet
cargo-nextest
nextest · 0.9.133 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
cargo-nextest-0.9.133-aarch64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
nextest.cargo-nextest
Version
0.9.133
Description
A next-generation test runner for Rust.
License
Apache-2.0
Release Notes
Added
- Nextest now supports a group() filterset predicate for CLI filter expressions, allowing tests to be listed or run by their assigned test group. (#3273)
For example, to run all tests in a specific group:
cargo nextest run -E 'group(my-group)'
To list all tests that aren't in the default global group:
cargo nextest list -E 'not group(@global)'
- As part of cargo test binary emulation, --nocapture can now be passed in after --.
Fixed
- When --status-level fail is set, slow test noti…