mirror of https://github.com/goccy/go-json.git
Fix env settings
This commit is contained in:
parent
e319a33e70
commit
18e2d87772
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue