mirror of https://github.com/openclaw/openclaw.git
test: use threads for core vitest projects
This commit is contained in:
parent
19c081d4a2
commit
21ef63d9f2
|
|
@ -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",
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue