/test - Run tests
Run project tests with cargo.
Usage
- •
/test- Run all tests - •
/test core- Run only toolbox-core tests - •
/test cli- Run only toolbox-cli tests
Instructions
When the user runs this skill:
- •Run the appropriate test command:
- •No args:
cargo test --workspace - •"core":
cargo test -p toolbox-core - •"cli":
cargo test -p toolbox-cli
- •No args:
- •Report test results clearly
- •If tests fail, analyze the error and suggest fixes