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