Files
openclaw/scripts/test-projects-max.mjs
2026-06-04 23:54:19 -04:00

5 lines
170 B
JavaScript

// Runs test-projects with an explicit high worker budget for max-throughput checks.
process.env.OPENCLAW_VITEST_MAX_WORKERS = "8";
await import("./test-projects.mjs");