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
go test -count=1 -v ./test/extension-developer-e2e/...
204
204
205
-
# Define TEST_PKGS to be either user-specified or a default set of packages:
206
-
ifeq ($(origin TEST_PKGS), undefined)
207
-
TEST_PKGS := $(shell go list ./... | grep -v /test/)
208
-
endif
205
+
UNIT_TEST_DIRS := $(shell go list ./... | grep -v /test/)
209
206
COVERAGE_UNIT_DIR := $(ROOT_DIR)/coverage/unit
210
207
211
208
.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.
@@ -221,8 +218,7 @@ test-unit: $(SETUP_ENVTEST) envtest-k8s-bins #HELP Run the unit tests
0 commit comments