Omit test with race detector

This commit is contained in:
Masaaki Goshima 2020-11-19 02:21:04 +09:00
parent df0b68da4d
commit e319a33e70
1 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,5 @@ jobs:
- name: Test with GC
run: GOGC=1 go test -v ./ -count=1
- name: Test with race detector
run: go test -v -race ./ -count=1
# - name: Test with race detector
# run: go test -v -race ./ -count=1