mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:40:43 +00:00
fix(test): skip heavy-check lock for scoped tooling targets
This commit is contained in:
@@ -760,7 +760,6 @@ export function shouldAcquireLocalHeavyCheckLock(runSpecs, env = process.env) {
|
||||
}
|
||||
|
||||
return !(
|
||||
env.OPENCLAW_TEST_PROJECTS_SERIAL === "1" &&
|
||||
runSpecs.length === 1 &&
|
||||
runSpecs[0]?.config === TOOLING_VITEST_CONFIG &&
|
||||
runSpecs[0]?.watchMode === false &&
|
||||
|
||||
Reference in New Issue
Block a user