Cargo Test

Cargo Test

rootwarp f82f3f7 357 B Updated

File contents

/cargo-test

Run tests for the Rust project.

Instructions

Run tests with output:

cargo test

For verbose output showing test names:

cargo test -- --nocapture

To run a specific test:

cargo test <test_name>

If tests fail, analyze the failures and suggest fixes.

rootwarp/claude-code-plugins-monorepo/tree/main/plugins/rust/skills/cargo-test commit f82f3f7ec1

Frequently asked questions

npx skillmds@latest add rootwarp/cargo-test