fix: restore gate after rebase

This commit is contained in:
Peter Steinberger
2026-03-08 18:39:37 +00:00
parent c5095153b0
commit 3ada30e670
4 changed files with 26 additions and 14 deletions

View File

@@ -123,7 +123,9 @@ const testProfile =
rawTestProfile === "serial"
? rawTestProfile
: "normal";
const shouldSplitUnitRuns = testProfile !== "low" && testProfile !== "serial";
// Even on low-memory hosts, keep the isolated lane split so files like
// git-commit.test.ts still get the worker/process isolation they require.
const shouldSplitUnitRuns = testProfile !== "serial";
const runs = [
...(shouldSplitUnitRuns
? [