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
test: manifests generate fmt vet test-unit test-e2e #HELP Run all tests.
154
+
test: manifests generate generate-catalogd fmt vet test-unit test-e2e #HELP Run all tests.
155
155
156
156
.PHONY: e2e
157
157
e2e: #EXHELP Run the e2e tests.
@@ -172,7 +172,7 @@ test-ext-dev-e2e: $(OPERATOR_SDK) $(KUSTOMIZE) $(KIND) #HELP Run extension creat
172
172
go test -count=1 -v ./test/extension-developer-e2e/...
173
173
174
174
ENVTEST_VERSION := $(shell go list -m k8s.io/client-go | cut -d" " -f2 | sed 's/^v0\.\([[:digit:]]\{1,\}\)\.[[:digit:]]\{1,\}$$/1.\1.x/')
175
-
UNIT_TEST_DIRS := $(shell go list ./... | grep -v /test/)
175
+
UNIT_TEST_DIRS := $(shell go list ./... | grep -v /test/ | grep -v catalogd/test)
176
176
COVERAGE_UNIT_DIR := $(ROOT_DIR)/coverage/unit
177
177
178
178
.PHONY: envtest-k8s-bins #HELP Uses setup-envtest to download and install the binaries required to run ENVTEST-test based locally at the project/bin directory.
0 commit comments