Verbose tests
authorAndrey Petrov <andrey.petrov@shazow.net>
Sun, 17 Jul 2016 22:31:28 +0000 (18:31 -0400)
committerAndrey Petrov <andrey.petrov@shazow.net>
Sun, 17 Jul 2016 22:31:28 +0000 (18:31 -0400)
Makefile

index d9a13b3ee367b1f9fd6ba319806d7201832053b8..865c207d476d5999be04d58dfba928e85e70513a 100644 (file)
--- 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