Skip to content

Commit

Permalink
ci: Reduce Windows test parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFriel committed Nov 3, 2022
1 parent b415bbd commit ee21950
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ jobs:
if: ${{ runner.os == 'Windows' }}
env:
TOOL_BIN: ${{ runner.temp }}/tar-bin
- name: Reduce Windows test parallelism
if: ${{ runner.os == 'Windows' }}
run: |
echo "GO_TEST_PARALLELISM=4" >> "$GITHUB_ENV"
echo "GO_TEST_PKG_PARALLELISM=1" >> "$GITHUB_ENV"
# For debugging:
ps aux
run: |
set -x
mkdir -p "${TOOL_BIN}"
Expand Down

0 comments on commit ee21950

Please sign in to comment.