mirror of https://github.com/goccy/go-json.git
Update CI settings
This commit is contained in:
parent
35395bba60
commit
5701138d7d
|
@ -21,5 +21,8 @@ jobs:
|
|||
- name: Test
|
||||
run: go test -v ./
|
||||
|
||||
- name: Test with GC
|
||||
run: GOGC=1 go test -v ./
|
||||
|
||||
- name: Test with race detector
|
||||
run: go test -v -race ./
|
||||
|
|
Loading…
Reference in New Issue