mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 06:41:44 +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