diff options
author | Guangxiong Lin <[email protected]> | 2023-01-24 20:28:48 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-01-24 20:28:48 +0800 |
commit | a4f52050cab97dc72a7526485ac8ef48e28ae6ca (patch) | |
tree | 28e4819a00364295f43e1ef873cc4583b4048dce /Makefile | |
parent | 104ee66f5930f4a37ac84538c29a291bf1d08f4f (diff) | |
download | zk-a4f52050cab97dc72a7526485ac8ef48e28ae6ca.tar.gz zk-a4f52050cab97dc72a7526485ac8ef48e28ae6ca.tar.bz2 zk-a4f52050cab97dc72a7526485ac8ef48e28ae6ca.zip |
Run unit test verbosely
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |