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.
1 parent 963b94a commit 307950dCopy full SHA for 307950d
Makefile
@@ -136,7 +136,7 @@ ifeq ($(shell uname -s),Darwin)
136
endif
137
138
KUBEBUILDER_ASSETS?="$(shell $(ENVTEST) --arch=$(ENVTEST_ARCH) use -i $(ENVTEST_KUBERNETES_VERSION) --bin-dir=$(ENVTEST_ASSETS_DIR) -p path)"
139
-test: $(LIBGIT2) test-api test_deps generate fmt vet manifests api-docs install-envtest ## Run tests
+test: $(LIBGIT2) tidy test-api test_deps generate fmt vet manifests api-docs install-envtest ## Run tests
140
KUBEBUILDER_ASSETS=$(KUBEBUILDER_ASSETS) \
141
go test $(GO_STATIC_FLAGS) ./... -coverprofile cover.out
142
0 commit comments