cargo-test

Community

Use cargo nextest for Rust tests.

Authorfasterthanlime
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Encourages using cargo nextest instead of cargo test for better test output, filtering, retries, and profiling, improving reliability and observability in Rust test suites.

Core Features & Use Cases

  • Nextest Run: Superior test execution with filtering, retries, and profiling capabilities.
  • Output & Capture: Flexible capture options and status levels for clearer results.
  • Wrappers & Profiles: Wrapper scripts and profiles to instrument tests (e.g., with valgrind or perf).

Quick Start

Replace cargo test with cargo nextest run in your workflow, e.g., cargo nextest run -p your_package.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: cargo-test
Download link: https://github.com/fasterthanlime/_claude/archive/main.zip#cargo-test

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository