Files
openclaw/scripts/test-projects-max.mjs

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");