diff --git a/Makefile b/Makefile index 94a820d5c6e6f3061275ae1e433361f6d8acaa87..f4e76f4cb577f1b2e92724f6eacf9d859ee1c617 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