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.
145
+
test: manifests generate generate-catalogd fmt vet test-unit test-e2e #HELP Run all tests.
146
146
147
147
.PHONY: e2e
148
148
e2e: #EXHELP Run the e2e tests.
@@ -163,7 +163,7 @@ test-ext-dev-e2e: $(OPERATOR_SDK) $(KUSTOMIZE) $(KIND) #HELP Run extension creat
163
163
go test -count=1 -v ./test/extension-developer-e2e/...
164
164
165
165
ENVTEST_VERSION := $(shell go list -m k8s.io/client-go | cut -d" " -f2 | sed 's/^v0\.\([[:digit:]]\{1,\}\)\.[[:digit:]]\{1,\}$$/1.\1.x/')
166
-
UNIT_TEST_DIRS := $(shell go list ./... | grep -v /test/)
166
+
UNIT_TEST_DIRS := $(shell go list ./... | grep -v /test/ | grep -v catalogd/test/e2e | grep -v catalogd/test/upgrade)
167
167
COVERAGE_UNIT_DIR := $(ROOT_DIR)/coverage/unit
168
168
169
169
.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