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