Skip to content

Commit

Permalink
improve msg
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Feb 7, 2024
1 parent b28a681 commit 0cca3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0cca3af

Please sign in to comment.