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
{{ message }}
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
# bingo manages consistent tooling versions for things like kind, kustomize, etc.
19
22
include .bingo/Variables.mk
@@ -70,7 +73,7 @@ vet: ## Run go vet against code.
70
73
71
74
.PHONY: test-unit
72
75
test-unit: generate fmt vet $(SETUP_ENVTEST)## Run tests.
73
-
eval$$($(SETUP_ENVTEST) use -p env $(ENVTEST_SERVER_VERSION))&& go test$(shell go list ./... | grep -v /test/e2e) -coverprofile cover.out
76
+
eval$$($(SETUP_ENVTEST) use -p env $(ENVTEST_SERVER_VERSION)$(SETUP_ENVTEST_BIN_DIR_OVERRIDE))&& go test$(shell go list ./... | grep -v /test/e2e) -coverprofile cover.out
0 commit comments