From a4f52050cab97dc72a7526485ac8ef48e28ae6ca Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Tue, 24 Jan 2023 20:28:48 +0800 Subject: Run unit test verbosely --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3