aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-01-24 20:28:48 +0800
committerGuangxiong Lin <[email protected]>2023-01-24 20:28:48 +0800
commita4f52050cab97dc72a7526485ac8ef48e28ae6ca (patch)
tree28e4819a00364295f43e1ef873cc4583b4048dce
parent104ee66f5930f4a37ac84538c29a291bf1d08f4f (diff)
downloadzk-a4f52050cab97dc72a7526485ac8ef48e28ae6ca.tar.gz
zk-a4f52050cab97dc72a7526485ac8ef48e28ae6ca.tar.bz2
zk-a4f52050cab97dc72a7526485ac8ef48e28ae6ca.zip
Run unit test verbosely
-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