Skip to content

Commit b20beac

Browse files
committed
WIP: ci: add verbose output
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent efeb1c5 commit b20beac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test-with-kind: fixture intel-sgx-admissionwebhook intel-fpga-admissionwebhook i
8282
$(GO) test -v ./test/e2e -args -kubeconfig ~/.kube/config -ginkgo.focus "Operator"
8383

8484
envtest:
85-
@$(GO) test ./test/envtest
85+
@$(GO) test -v ./test/envtest
8686

8787
lint:
8888
@golangci-lint run --timeout 15m

0 commit comments

Comments
 (0)