CI: increase checks-windows test shards to 3

This commit is contained in:
Vincent Koc
2026-03-02 19:31:27 -08:00
parent 153a4f55db
commit 8b80848ae9

View File

@@ -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