mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-29 11:32:58 +00:00
Temporarily run unit tests without -race due to #2160
This commit is contained in:
@@ -14,4 +14,5 @@ export GOCACHE="$PWD/cache/gocache"
|
||||
export GOMODCACHE="$PWD/cache/gomodcache"
|
||||
|
||||
cd pinniped
|
||||
go test -short -race -coverprofile "${COVERAGE_OUTPUT}" -covermode atomic ./...
|
||||
# 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 ./...
|
||||
|
||||
Reference in New Issue
Block a user