diff --git a/starship/Makefile b/starship/Makefile index e468b6e1..9841e6c9 100644 --- a/starship/Makefile +++ b/starship/Makefile @@ -11,7 +11,7 @@ HELM_VERSION = v0.1.38 .PHONY: test test: - cd tests/ go test ./... + cd tests/ && go test -v ./... ############################################################################### ### All commands ###