aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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