Skip to content

Commit

Permalink
ci: re-enable -race for win platform
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed Oct 10, 2023
1 parent 6e2c8e8 commit 9cc0c8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
args=("-p" "2" "-race")
# Run with less concurrency on Windows to minimize flakiness.
if [[ "${{ matrix.platform }}" == windows* ]]; then
unset args[2]
args[1]="1"
export GOMAXPROCS=1
fi
Expand Down Expand Up @@ -77,7 +76,6 @@ jobs:
args=("-p" "2" "-race")
# Run with less concurrency on Windows to minimize flakiness.
if [[ "${{ matrix.platform }}" == windows* ]]; then
unset args[2]
args[1]="1"
export GOMAXPROCS=1
fi
Expand Down Expand Up @@ -105,7 +103,6 @@ jobs:
args=("-p" "2" "-race")
# Run with less concurrency on Windows to minimize flakiness.
if [[ "${{ matrix.platform }}" == windows* ]]; then
unset args[2]
args[1]="1"
export GOMAXPROCS=1
fi
Expand Down

0 comments on commit 9cc0c8b

Please sign in to comment.