forked from mirror/go-json
Ignore coverage test on windows
This commit is contained in:
parent
877a86b07e
commit
c45e77eeaa
|
@ -22,7 +22,6 @@ jobs:
|
|||
env:
|
||||
GOGC: 1
|
||||
- name: test with race detector
|
||||
if: ${{ matrix.os != 'windows-latest' }}
|
||||
run: go test -v -race ./ -count=1
|
||||
coverage:
|
||||
name: Coverage
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package json
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue