diff --git a/test/gotest.sh b/test/gotest.sh index d9c2de80..f5ff4099 100755 --- a/test/gotest.sh +++ b/test/gotest.sh @@ -2,5 +2,6 @@ set -x -go test -race -covermode=atomic -coverprofile=/tests/coverage.txt ./... +# TODO: remove -buildvcs=false when fix for https://github.com/golang/go/issues/51723 is live. +go test -buildvcs=false -race -covermode=atomic -coverprofile=/tests/coverage.txt ./... go tool cover -html=coverage.txt -o /tests/coverage.html \ No newline at end of file