mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:30:47 +00:00
fix(test): serialize changed checks locally
This commit is contained in:
@@ -1234,6 +1234,10 @@ function filterPlansForContractIncludeFile(plans, env) {
|
||||
}
|
||||
|
||||
export function shouldAcquireLocalHeavyCheckLock(runSpecs, env = process.env) {
|
||||
if (env.OPENCLAW_TEST_HEAVY_CHECK_LOCK_HELD === "1") {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (env.OPENCLAW_TEST_PROJECTS_FORCE_LOCK === "1") {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user