docs: simplify vitest workflow guidance

This commit is contained in:
Peter Steinberger
2026-04-03 12:45:05 +01:00
parent 9ef5d85e40
commit 6845b8061c
3 changed files with 12 additions and 35 deletions

View File

@@ -252,7 +252,7 @@ pnpm test:coverage
If local runs cause memory pressure:
```bash
OPENCLAW_TEST_PROFILE=low OPENCLAW_TEST_SERIAL_GATEWAY=1 pnpm test
OPENCLAW_VITEST_MAX_WORKERS=1 pnpm test
```
## Related