We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364b428 commit 8acbbeaCopy full SHA for 8acbbea
Makefile
@@ -76,7 +76,7 @@ vet: ## Run go vet against code.
76
go vet ./...
77
78
.PHONY: test
79
-test: manifests generate code/gofumpt api-docs vet envtest kustomize ## Run tests.
+test: kustomize manifests generate code/gofumpt api-docs vet envtest ## Run tests.
80
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./... -coverprofile cover.out
81
82
##@ Build
0 commit comments