From 3ecdba4763fe273a1752b53fedc749aa7047ab22 Mon Sep 17 00:00:00 2001 From: talasulin Date: Wed, 25 Oct 2023 13:02:44 +0300 Subject: [PATCH] test: verbose linting --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 300094f..d6bfe6d 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,8 @@ integration-test: generate fmt vet envtest ## Run tests. .PHONY: unit-test unit-test: generate fmt vet envtest ## Run tests. - KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./internal/... -coverprofile $@-cover.out -covermode atomic; go tool cover -func $@-cover.out + #KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./internal/... -coverprofile $@-cover.out -covermode atomic; go tool cover -func $@-cover.out + KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./internal/... -v ##@ Build .PHONY: build