mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 01:01:13 +00:00
test: use threads for core vitest projects
This commit is contained in:
@@ -5,7 +5,6 @@ export function createAgentsVitestConfig(env?: Record<string, string | undefined
|
||||
dir: "src/agents",
|
||||
env,
|
||||
name: "agents",
|
||||
pool: "forks",
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ export function createCommandsVitestConfig(env?: Record<string, string | undefin
|
||||
dir: "src/commands",
|
||||
env,
|
||||
name: "commands",
|
||||
pool: "forks",
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ export function createGatewayVitestConfig(env?: Record<string, string | undefine
|
||||
dir: "src/gateway",
|
||||
env,
|
||||
name: "gateway",
|
||||
pool: "forks",
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user