Omit GC pressure mode

This commit is contained in:
Masaaki Goshima 2020-12-24 23:48:35 +09:00
parent 44ae468930
commit ad3e8bbbe3
1 changed files with 4 additions and 4 deletions

View File

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