aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmine Hilaly <hilalyamine@gmail.com>2019-06-07 02:35:40 +0200
committerAmine Hilaly <hilalyamine@gmail.com>2019-06-07 02:35:40 +0200
commit1c2ad95960c09d029e6306ac5a5ea76c58e8b5c9 (patch)
tree0cd72f41d4dbc12f34790600aeccca8eb1df9f40
parent8d6bdb65074f9e75c014b86dd744b7bba72b349b (diff)
downloadgit-bug-1c2ad95960c09d029e6306ac5a5ea76c58e8b5c9.tar.gz
add verbose flag to go test
-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