aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d23689..e586cd7 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ zk: main.go command.go go.mod go.sum map.go set.go doc.go
.PHONY: test
test:
- go test ./...
+ go test -v ./...
.PHONY: install
install: zk