forked from mirror/go-json
Add GOGC=off
This commit is contained in:
parent
8e21f90189
commit
d08d476915
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue