mirror of https://github.com/goccy/go-json.git
Omit test with race detector
This commit is contained in:
parent
df0b68da4d
commit
e319a33e70
|
@ -24,5 +24,5 @@ jobs:
|
|||
- name: Test with GC
|
||||
run: GOGC=1 go test -v ./ -count=1
|
||||
|
||||
- name: Test with race detector
|
||||
run: go test -v -race ./ -count=1
|
||||
# - name: Test with race detector
|
||||
# run: go test -v -race ./ -count=1
|
||||
|
|
Loading…
Reference in New Issue