Skip to content

Commit 98846a6

Browse files
authored
More shards for stubtest_third_party (#5902)
Co-authored-by: hauntsaninja <>
1 parent 30ad9e9 commit 98846a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-latest
120120
strategy:
121121
matrix:
122-
shard-index: [0, 1]
122+
shard-index: [0, 1, 2, 3]
123123
fail-fast: false
124124
steps:
125125
- uses: actions/checkout@v2
@@ -129,4 +129,4 @@ jobs:
129129
- name: Install dependencies
130130
run: pip install toml
131131
- name: Run stubtest
132-
run: python tests/stubtest_third_party.py --num-shards 2 --shard-index ${{ matrix.shard-index }}
132+
run: python tests/stubtest_third_party.py --num-shards 4 --shard-index ${{ matrix.shard-index }}

0 commit comments

Comments
 (0)