Skip to content

Commit 72b2b00

Browse files
committed
test(ci): cover fast-core runner cap
1 parent f6330b8 commit 72b2b00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/scripts/ci-workflow-guards.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ describe("ci workflow guards", () => {
104104
it("bounds matrix fan-out for runner-registration pressure", () => {
105105
const workflow = readCiWorkflow();
106106

107+
expect(workflow.jobs["checks-fast-core"].strategy["max-parallel"]).toBe(4);
107108
expect(workflow.jobs["checks-node-core-test-nondist-shard"].strategy["max-parallel"]).toBe(6);
108109
expect(workflow.jobs["checks-fast-plugin-contracts-shard"].strategy["max-parallel"]).toBe(4);
109110
expect(workflow.jobs["checks-fast-channel-contracts-shard"].strategy["max-parallel"]).toBe(4);

0 commit comments

Comments
 (0)