ci(server): increase test parallelism (#11583)

This commit is contained in:
DarkSky
2025-04-10 11:24:28 +08:00
committed by GitHub
parent bb79781dd8
commit d70588f5b7
2 changed files with 4 additions and 4 deletions

View File

@@ -752,8 +752,8 @@ jobs:
strategy:
fail-fast: false
matrix:
shardIndex: [1, 2, 3]
shardTotal: [3]
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8]
shardTotal: [8]
needs:
- build-server-native
services:

View File

@@ -108,8 +108,8 @@ jobs:
strategy:
fail-fast: false
matrix:
shardIndex: [1, 2, 3]
shardTotal: [3]
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8]
shardTotal: [8]
needs:
- build-server-native
services: