From 8b80848ae9269b7ed6a8a654a051113cf2d5eb40 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 2 Mar 2026 19:31:27 -0800 Subject: [PATCH] CI: increase checks-windows test shards to 3 --- .github/workflows/ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0527f68dc6b..6facf0640b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -348,12 +348,17 @@ jobs: - runtime: node task: test shard_index: 1 - shard_count: 2 + shard_count: 3 command: pnpm test - runtime: node task: test shard_index: 2 - shard_count: 2 + shard_count: 3 + command: pnpm test + - runtime: node + task: test + shard_index: 3 + shard_count: 3 command: pnpm test steps: - name: Checkout