# Test All

> Test all components of the project. Use after each edit to ensure code changes do not regress. Use when this capability is needed.

- Skill: `tomevault-io/test-all` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/test-all`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/test-all/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/test-all

---


# Testing

In order to test the Rust code, you should use the Dagger function `test`:

```bash
dagger call test --source=.
```

To test the Cloudflare Worker, you should use the Dagger function `cf-worker-test`:

```bash
dagger call cf-worker-test --source=.
```

Note that these can take some time to complete.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/moosingin3space) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-16 -->

