More shards for stubtest_third_party (#5902)

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2021-08-09 13:36:54 -07:00
committed by GitHub
parent 30ad9e945f
commit 98846a65e2

View File

@@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
shard-index: [0, 1]
shard-index: [0, 1, 2, 3]
fail-fast: false
steps:
- uses: actions/checkout@v2
@@ -129,4 +129,4 @@ jobs:
- name: Install dependencies
run: pip install toml
- name: Run stubtest
run: python tests/stubtest_third_party.py --num-shards 2 --shard-index ${{ matrix.shard-index }}
run: python tests/stubtest_third_party.py --num-shards 4 --shard-index ${{ matrix.shard-index }}