diff --git a/Makefile b/Makefile index 0b830261..1a4ef8eb 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ vet: ## Run go vet against code. go vet ./... .PHONY: test -test: manifests generate fmt vet envtest ## Run unit tests. +test: manifests generate fmt vet envtest ## Verifies formatting and run unit tests KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./... -coverprofile $(TEST_COVER_OUT) compile: