From 99a48aad0896bcf9b7170f17f2c549eb32e9df5c Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 2 Mar 2026 19:32:46 -0800 Subject: [PATCH] CI: increase checks-windows test shards to 4 --- .github/workflows/ci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6facf0640b2..16393ff6f65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -348,17 +348,22 @@ jobs: - runtime: node task: test shard_index: 1 - shard_count: 3 + shard_count: 4 command: pnpm test - runtime: node task: test shard_index: 2 - shard_count: 3 + shard_count: 4 command: pnpm test - runtime: node task: test shard_index: 3 - shard_count: 3 + shard_count: 4 + command: pnpm test + - runtime: node + task: test + shard_index: 4 + shard_count: 4 command: pnpm test steps: - name: Checkout