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

SHA256 1862e132a74a71e803fc8ad6ea6fbb4b47a5e848e5367b0a7f80c1beb9d82d8d VirusTotal ↗
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…