mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 23:02:02 +03:00
chore(test): keep gateway vitest on forks
This commit is contained in:
@@ -94,7 +94,9 @@ const runs = [
|
|||||||
"run",
|
"run",
|
||||||
"--config",
|
"--config",
|
||||||
"vitest.gateway.config.ts",
|
"vitest.gateway.config.ts",
|
||||||
...(useVmForks ? ["--pool=vmForks"] : []),
|
// Gateway tests are sensitive to vmForks behavior (global state + env stubs).
|
||||||
|
// Keep them on process forks for determinism even when other suites use vmForks.
|
||||||
|
"--pool=forks",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user