Skip to content

Commit

Permalink
Remove quotes around regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Oct 7, 2020
1 parent c43e0ab commit 5f3038c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
export GOMAXPROCS=2
args=("-race")
# Run with less concurrency on macOS and Windows to minimize flakiness.
if [[ "${{ matrix.platform }}" =~ "^(macos|windows).*" ]]; then
if [[ "${{ matrix.platform }}" =~ ^(macos|windows).* ]]; then
unset args[0]
export GOMAXPROCS=1
fi
Expand Down

0 comments on commit 5f3038c

Please sign in to comment.