mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
5 lines
170 B
JavaScript
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");
|