add race detector flag to CI tests

This commit is contained in:
Victor Vrantchan
2017-03-21 00:43:59 -04:00
committed by Victor Vrantchan
parent 47e1d9a4e7
commit bb9d423637

View File

@@ -9,4 +9,4 @@ jobs:
- run: go get -u github.com/golang/dep/...
- run: dep ensure
- run: go install
- run: go test -cover $(go list ./... | grep -v /vendor/)
- run: go test -race -cover $(go list ./... | grep -v /vendor/)