mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
More shards for stubtest_third_party (#5902)
Co-authored-by: hauntsaninja <>
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user