From 3da1db269842e65f65e88569ff6ee2f76ab1f10e Mon Sep 17 00:00:00 2001 From: Akuli Date: Tue, 7 Dec 2021 15:03:59 +0200 Subject: [PATCH] shard mypy_primer more (#6530) --- .github/workflows/mypy_primer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mypy_primer.yml b/.github/workflows/mypy_primer.yml index ef8dc7ac7..2ef525496 100644 --- a/.github/workflows/mypy_primer.yml +++ b/.github/workflows/mypy_primer.yml @@ -17,7 +17,7 @@ jobs: contents: read strategy: matrix: - shard-index: [0, 1] + shard-index: [0, 1, 2, 3] fail-fast: false steps: - uses: actions/checkout@v2 @@ -47,7 +47,7 @@ jobs: --new v${MYPY_VERSION} --old v${MYPY_VERSION} \ --custom-typeshed-repo typeshed_to_test \ --new-typeshed $GITHUB_SHA --old-typeshed upstream_master \ - --num-shards 2 --shard-index ${{ matrix.shard-index }} \ + --num-shards 4 --shard-index ${{ matrix.shard-index }} \ --debug \ --output concise \ | tee diff_${{ matrix.shard-index }}.txt