fix(ci): share heavy check lock across test and lint

This commit is contained in:
Vincent Koc 2026-04-03 23:41:23 +09:00
parent 8ffeadd8f9
commit e9acbdb111
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ const vitestArgs = buildVitestArgs(process.argv.slice(2));
const releaseLock = acquireLocalHeavyCheckLockSync({
cwd: process.cwd(),
env: process.env,
lockName: "test",
toolName: "test",
});
let lockReleased = false;