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 4, 2022
1 parent b415bbd commit 699a64a
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 @@ -98,6 +98,13 @@ jobs:
echo "$TOOL_BIN" | tee -a "$GITHUB_PATH"
command -v tar
tar --version
- 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
- name: "macOS use coreutils"
if: ${{ runner.os == 'macOS' }}
run: |
Expand Down

0 comments on commit 699a64a

Please sign in to comment.