Skip to content

Commit abad8ac

Browse files
committed
Change to ten shards
1 parent f434e09 commit abad8ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ jobs:
184184
strategy:
185185
fail-fast: false
186186
matrix:
187-
shardIndex: [1, 2, 3, 4, 5, 6] # FIXME restore to 2?
188-
shardTotal: [6]
187+
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] # FIXME restore to 2?
188+
shardTotal: [10]
189189
steps:
190190
- uses: actions/checkout@v3
191191
- uses: ./.github/actions/init

0 commit comments

Comments
 (0)