mirror of https://github.com/goccy/go-json.git
Add condition for windows build
This commit is contained in:
parent
56326bfb35
commit
5600902a4c
|
@ -22,6 +22,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GOGC: 1
|
GOGC: 1
|
||||||
- name: test with race detector
|
- name: test with race detector
|
||||||
|
if: ${{ matrix.os != 'windows-latest' }}
|
||||||
run: go test -v -race ./ -count=1
|
run: go test -v -race ./ -count=1
|
||||||
coverage:
|
coverage:
|
||||||
name: Coverage
|
name: Coverage
|
||||||
|
|
Loading…
Reference in New Issue