test: use threads for core vitest projects

This commit is contained in:
Peter Steinberger 2026-04-05 12:35:51 +01:00
parent 19c081d4a2
commit 21ef63d9f2
No known key found for this signature in database
3 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@ export function createAgentsVitestConfig(env?: Record<string, string | undefined
dir: "src/agents",
env,
name: "agents",
pool: "forks",
});
}

View File

@ -5,7 +5,6 @@ export function createCommandsVitestConfig(env?: Record<string, string | undefin
dir: "src/commands",
env,
name: "commands",
pool: "forks",
});
}

View File

@ -5,7 +5,6 @@ export function createGatewayVitestConfig(env?: Record<string, string | undefine
dir: "src/gateway",
env,
name: "gateway",
pool: "forks",
});
}