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/...
229
229
230
-
UNIT_TEST_DIRS := $(shell go list ./... | grep -v /test/)
230
+
UNIT_TEST_DIRS := $(shell go list ./... | grep -v /test/) ./testdata/images/bundles/...
231
231
COVERAGE_UNIT_DIR := $(ROOT_DIR)/coverage/unit
232
232
233
233
.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