ZIP
WinGet
cargo-nextest
nextest · 0.9.109 · x64
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.109-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
nextest.cargo-nextest
Version
0.9.109
Description
A next-generation test runner for Rust.
License
Apache-2.0
Installer URL
https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.109/cargo-nextest-0.9.109-x86_64-pc-windows-msvc.zip
Release Notes
Added
- A new running progress mode that shows currently running tests in addition to the progress bar. Use --show-progress=running to see both running tests and information about successful tests, or --show-progress=only for a more compact output showing only running tests, without displaying any output related to successful tests.
Thanks glehmann for your first contribution!
- The cargo nextest archive command now supports binary filtering via the --filterset or -E options. This allows you t…