diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ install: go install -ldflags "$(LDFLAGS)" . test: - go test -bench=. ./... + go test -v -bench=. ./... pack-webui: npm run --prefix webui build |