mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-10 11:36:06 +08:00
add race detector flag to CI tests
This commit is contained in:
committed by
Victor Vrantchan
parent
47e1d9a4e7
commit
bb9d423637
@@ -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/)
|
||||
|
||||
Reference in New Issue
Block a user