docs(FN-2217): document Vitest worker cap for full test runs

- Update AGENTS testing guidance to run pnpm test with VITEST_MAX_WORKERS=4
- Preserve the existing pnpm build verification command in the same testing section
This commit is contained in:
Fusion
2026-04-21 10:13:52 -07:00
committed by gsxdsm
parent 4e85969d56
commit 2c16620eff

View File

@@ -48,7 +48,7 @@ Fusion supports multiple projects with a central registry at `~/.fusion/fusion-c
## Testing ## Testing
```bash ```bash
pnpm test # run all tests VITEST_MAX_WORKERS=4 pnpm test # run all tests
pnpm build # build all packages pnpm build # build all packages
``` ```