Verbose tests

This commit is contained in:
Andrey Petrov 2016-07-17 18:31:28 -04:00
parent 5566514636
commit 3a2ab9bc26
1 changed files with 1 additions and 1 deletions

View File

@ -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