Fix env settings

This commit is contained in:
Masaaki Goshima 2020-11-19 02:26:56 +09:00
parent e319a33e70
commit 18e2d87772
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,9 @@ jobs:
run: go test -v ./ -count=1
- name: Test with GC
run: GOGC=1 go test -v ./ -count=1
run: go test -v ./ -count=1
env:
GOGC: 1
# - name: Test with race detector
# run: go test -v -race ./ -count=1