Skip to content

Commit 9412561

Browse files
committed
Revert shard order change
1 parent f43c249 commit 9412561

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ jobs:
114114
strategy:
115115
fail-fast: false
116116
matrix:
117-
# There's a race condition with one of the tests in shard 6, so run it first to avoid it
118-
shard: [6, 0, 1, 2, 3, 4, 5, 7]
117+
shard: [0, 1, 2, 3, 4, 5, 6, 7]
119118
env:
120119
TZ: 'America/Anchorage'
121120
SHARD_INDEX: ${{ matrix.shard }}

0 commit comments

Comments
 (0)