You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Copyright Contributors to the Open Cluster Management project
-include /opt/build-harness/Makefile.prow
-include Makefile
-include Makefile.dev
unit-tests: manifests generate fmt vet envtest ## Run tests.
OPERATOR_VERSION=9.9.9 KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" go test $(shell go list ./... | grep -E -v "test") -coverprofile cover.out