Silent Install HQ
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

SHA256 06cf3ac1f2ccf8af955e3efd0adece4b3b0b85fe51c57234731a98a228808288 VirusTotal ↗
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
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…