mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-23 16:42:43 +00:00
Revert "Temporarily run unit tests without -race due to #2160"
This reverts commit 6fad7ef3c2.
This commit is contained in:
@@ -14,5 +14,4 @@ export GOCACHE="$PWD/cache/gocache"
|
||||
export GOMODCACHE="$PWD/cache/gomodcache"
|
||||
|
||||
cd pinniped
|
||||
# Temporarily remove "-race" from the next line due to https://github.com/vmware-tanzu/pinniped/pull/2160
|
||||
go test -short -coverprofile "${COVERAGE_OUTPUT}" -covermode atomic ./...
|
||||
go test -short -race -coverprofile "${COVERAGE_OUTPUT}" -covermode atomic ./...
|
||||
|
||||
Reference in New Issue
Block a user