We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4909bac + 8dfb909 commit f5a1dd8Copy full SHA for f5a1dd8
Makefile
@@ -98,6 +98,7 @@ build: check-deps $(LIBGIT2) ## Build manager binary
98
99
KUBEBUILDER_ASSETS?="$(shell $(ENVTEST) --arch=$(ENVTEST_ARCH) use -i $(ENVTEST_KUBERNETES_VERSION) --bin-dir=$(ENVTEST_ASSETS_DIR) -p path)"
100
test: $(LIBGIT2) install-envtest test-api check-deps ## Run tests
101
+ HTTPS_PROXY="" HTTP_PROXY="" \
102
KUBEBUILDER_ASSETS=$(KUBEBUILDER_ASSETS) \
103
GIT_CONFIG_GLOBAL=/dev/null \
104
go test $(GO_STATIC_FLAGS) \
0 commit comments