From 3a2ab9bc267dfaaf759e15c451e23009a4c2c52f Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Sun, 17 Jul 2016 18:31:28 -0400 Subject: [PATCH] Verbose tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9a13b3..865c207 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ debug: $(BINARY) $(KEY) ./$(BINARY) --pprof 6060 -i $(KEY) --bind ":$(PORT)" -vv test: - go test ./... + go test -v ./... release: GOOS=linux GOARCH=amd64 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE