Skip to content

Commit

Permalink
run tests with verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Dec 19, 2023
1 parent b4c1d9f commit 00a034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fix: golangci-lint ## fix issues found by linters

.PHONY: test
test: manifests generate genmock fmt vet envtest ## run tests
@KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(GOPATH)/bin -p path)" go test $$(go list ./... | grep -v /e2e)
@KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(GOPATH)/bin -p path)" go test $$(go list ./... | grep -v /e2e) -v

.PHONY: e2e
e2e: ## run e2e tests
Expand Down

0 comments on commit 00a034d

Please sign in to comment.