mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
perf: split acp and ui vitest lanes
This commit is contained in:
@@ -7,6 +7,11 @@ export default defineConfig({
|
||||
...sharedVitestConfig,
|
||||
test: {
|
||||
...sharedVitestConfig.test,
|
||||
projects: ["vitest.unit.config.ts", "vitest.boundary.config.ts"],
|
||||
projects: [
|
||||
"vitest.unit.config.ts",
|
||||
"vitest.boundary.config.ts",
|
||||
"vitest.acp.config.ts",
|
||||
"vitest.ui.config.ts",
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user