Skip to content

Commit

Permalink
ci: Make Windows tests slightly less parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFriel committed Nov 25, 2022
1 parent 3f65f8f commit 494b6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-run-test.yml
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Reduce Windows test parallelism
if: ${{ runner.os == 'Windows' }}
run: |
echo "GO_TEST_PARALLELISM=4" >> "$GITHUB_ENV"
echo "GO_TEST_PARALLELISM=3" >> "$GITHUB_ENV"
echo "GO_TEST_PKG_PARALLELISM=1" >> "$GITHUB_ENV"
# For debugging:
ps aux
Expand Down

0 comments on commit 494b6a1

Please sign in to comment.