chore: run with race detector enabled and disabled

This commit is contained in:
Steven Allen 2020-03-26 16:17:42 -07:00 committed by Adin Schmahmann
parent 4532c302e4
commit 51f41c90f0

View File

@ -7,10 +7,11 @@ go:
- 1.13.x
env:
global:
- GOTFLAGS="-race"
- IPFS_REUSEPORT=false
matrix:
- GOTFLAGS="-race"
- GOTFLAGS=""
global:
- IPFS_REUSEPORT=false
- BUILD_DEPTYPE=gomod