Add GOGC=off

This commit is contained in:
Masaaki Goshima 2020-12-24 20:34:52 +09:00
parent 8e21f90189
commit d08d476915
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ jobs:
- name: Test - name: Test
run: go test -v ./ -count=1 run: go test -v ./ -count=1
env:
GOGC: off
- name: Test with GC - name: Test with GC
run: go test -v ./ -count=1 run: go test -v ./ -count=1