Skip to content

Commit

Permalink
test: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
talasulin committed Oct 25, 2023
1 parent 3ecdba4 commit 67199af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ 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 [email protected] -covermode atomic; go tool cover -func [email protected]
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./internal/... -v
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
##@ Build

.PHONY: build
Expand Down

0 comments on commit 67199af

Please sign in to comment.