aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-19 20:40:50 +0200
committerMichael Muré <batolettre@gmail.com>2018-08-19 20:40:50 +0200
commit08127d8d1ce1b0e4f4a15b05a240bbd421f559a0 (patch)
tree028063e37526acb00b8888caa4f3a7b9774fd1f8 /Makefile
parentb58812136e404434ac01612cb4a573881f45eb55 (diff)
downloadgit-bug-08127d8d1ce1b0e4f4a15b05a240bbd421f559a0.tar.gz
bug: add benchmarcks for bug merge
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3875a0e3..e3aa5a55 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ install:
go generate
go install -tags=deploy_build .
-test: build
- go test ./...
+test:
+ go test -bench=. ./...
pack-webui:
npm run --prefix webui build