Add condition for windows build

This commit is contained in:
Masaaki Goshima 2021-01-10 10:11:30 +09:00
parent 56326bfb35
commit 5600902a4c
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
env:
GOGC: 1
- name: test with race detector
if: ${{ matrix.os != 'windows-latest' }}
run: go test -v -race ./ -count=1
coverage:
name: Coverage