ZIP
WinGet
cargo-nextest
nextest · 0.9.103 · 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.103-aarch64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
nextest.cargo-nextest
Version
0.9.103
Description
A next-generation test runner for Rust.
License
Apache-2.0
Release Notes
Added
- Initial support for stress tests: running tests a large number of times in a loop.
Changed
- The libtest-json-plus output now produces test results immediately rather than at the end of the run. This is allowed by the fact that with the libtest-json-plus output, it is possible to distinguish between different test binaries based on the additional nextest property.
Thanks to dnbln for your first contribution!
Fixed
- The heuristic detection for panicked at in tests now handles the new o…