Skip to content

Commit

Permalink
Merge #10730
Browse files Browse the repository at this point in the history
10730: ci: Reduce Windows test parallelism, increase reliability? r=AaronFriel a=AaronFriel



Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
  • Loading branch information
bors[bot] and AaronFriel committed Sep 15, 2022
2 parents 92f5b4a + 940a8c3 commit 5872cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
env:
TOOL_BIN: ${{ runner.temp }}/tar-bin
run: |
echo "GO_TEST_PARALLELISM=5" >> "${GITHUB_ENV}"
echo "GO_TEST_PARALLELISM=4" >> "${GITHUB_ENV}"
echo "GO_TEST_PKG_PARALLELISM=1" >> "${GITHUB_ENV}"
- name: "macOS use coreutils"
if: ${{ runner.os == 'macOS' }}
Expand Down

0 comments on commit 5872cb3

Please sign in to comment.