Skip to content

Commit

Permalink
While 1GiB tests take ~3 mins, the race detector is heavier
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Aug 11, 2023
1 parent 742f168 commit 2e9c683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/go-test-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ runs:
# On default runners it takes at least >1h
echo "GOTESTFLAGS=$GOTESTFLAGS -short" >> $GITHUB_ENV
echo "GO386FLAGS=$GO386FLAGS -short" >> $GITHUB_ENV
echo "GORACEFLAGS=$GORACEFLAGS -short" >> $GITHUB_ENV
echo "GORACEFLAGS=$GORACEFLAGS -short -timeout=30m" >> $GITHUB_ENV
shell: bash

0 comments on commit 2e9c683

Please sign in to comment.