aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94a820d5..f4e76f4c 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ install:
go install -ldflags "$(LDFLAGS)" .
test:
- go test -bench=. ./...
+ go test -v -bench=. ./...
pack-webui:
npm run --prefix webui build