diff options
-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 |
index : git-bug | ||
Distributed, offline-first bug tracker embedded in git, with bridges | Matěj Cepl <mcepl@cepl.eu> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -22,7 +22,7 @@ install: go install -ldflags "$(LDFLAGS)" . test: - go test -bench=. ./... + go test -v -bench=. ./... pack-webui: npm run --prefix webui build |