ZIP
WinGet
cargo-nextest
nextest · 0.9.131 · 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.131-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.131
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.131/cargo-nextest-0.9.131-x86_64-pc-windows-msvc.zip
Release Notes
Added
- Setup scripts and wrapper scripts can now specify per-command environment variables via the env field in the command configuration. (#3001)
For example:
[scripts.setup.script1]
command = {
command-line = "cargo run -p setup-test-db",
env = {
DB_PATH = "sqlite:/path/to/source.db",
},
}
Keys cannot begin with NEXTEST, as that prefix is reserved for internal use. Values defined in env override values set by the environment and by Cargo's config.toml (in…