Revert "Temporarily run unit tests without -race due to #2160"

This reverts commit 6fad7ef3c2.
This commit is contained in:
Ryan Richard
2024-12-19 11:34:36 -08:00
parent 6fad7ef3c2
commit b5e67330b1
@@ -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 ./...