removed flag from test command (#1257)

fixes make test-unit by removing an outdated flag from the test command
This commit is contained in:
Mark Jung
2019-05-29 21:52:00 -05:00
committed by Marwan Sulaiman
parent 7598e7030a
commit a4cf4eb991
+1 -1
View File
@@ -18,4 +18,4 @@ export GO111MODULE=on
# Run the unit tests with the race detector and code coverage enabled
set -xeuo pipefail
go test -mod=vendor -race -coverprofile cover.out -covermode atomic ./...
go test -race -coverprofile cover.out -covermode atomic ./...