# Test

> Run the test suite and report results

- Skill: `goldziher/test` (Agent Skill)
- Install (CLI): `npx skillmds@latest add goldziher/test`
- Raw SKILL.md: https://api.skillmd.com/api/skills/goldziher/test/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: goldziher (https://skillmd.com/u/goldziher)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/goldziher/test

---


# Test

Run the full test suite and report results.

## Steps

1. Run `cargo test` to execute all unit and integration tests.
2. Parse the output for pass/fail counts.
3. If any tests fail, show the failing test names and their error output.
4. If all tests pass, report the total count and confirm success.
5. If tests produce warnings, mention them separately.

