CI: increase checks-windows test shards to 4

This commit is contained in:
Vincent Koc
2026-03-02 19:32:46 -08:00
parent 8b80848ae9
commit 99a48aad08

View File

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