forked from mirror/go-json
github/workflows: test also race build
This commit is contained in:
parent
4271f208db
commit
fd28e427bc
|
@ -20,3 +20,6 @@ jobs:
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./
|
run: go test -v ./
|
||||||
|
|
||||||
|
- name: Test with race detector
|
||||||
|
run: go test -v -race ./
|
||||||
|
|
Loading…
Reference in New Issue