fix(test): skip heavy-check lock for scoped tooling targets

This commit is contained in:
Vincent Koc
2026-04-12 05:28:06 +01:00
parent afc2bc00fb
commit c05cf3493a
2 changed files with 4 additions and 28 deletions

View File

@@ -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 &&