From c3b05edcf3e755d3bf1968a42d0542d52ce93818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Wed, 14 Aug 2024 17:15:02 +0200 Subject: [PATCH] chore: run make tests in verbose mode (#2734) --- commons-test.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/commons-test.mk b/commons-test.mk index a4553c6f9c..04d0a6e70c 100644 --- a/commons-test.mk +++ b/commons-test.mk @@ -37,6 +37,7 @@ test-%: $(GOBIN)/gotestsum --packages="./..." \ --junitfile TEST-unit.xml \ -- \ + -v \ -coverprofile=coverage.out \ -timeout=30m