Skip to content

Commit 1f0c7af

Browse files
Madhu-1mergify[bot]
authored andcommitted
ci: run test with verbose flag
run tests with verbose flag to get more detailed output. Signed-off-by: Madhu Rajanna <[email protected]>
1 parent 8b8c9aa commit 1f0c7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ vet: ## Run go vet against code.
152152

153153
.PHONY: test
154154
test: manifests generate docker-generate-protobuf fmt vet envtest ## Run tests.
155-
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" go test ./... -coverprofile cover.out
155+
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" go test -v ./... -coverprofile cover.out
156156

157157
.PHONY: check-all-committed
158158
check-all-committed: ## Fail in case there are uncommitted changes

0 commit comments

Comments
 (0)