Verbose tests
This commit is contained in:
parent
5566514636
commit
3a2ab9bc26
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ debug: $(BINARY) $(KEY)
|
||||||
./$(BINARY) --pprof 6060 -i $(KEY) --bind ":$(PORT)" -vv
|
./$(BINARY) --pprof 6060 -i $(KEY) --bind ":$(PORT)" -vv
|
||||||
|
|
||||||
test:
|
test:
|
||||||
go test ./...
|
go test -v ./...
|
||||||
|
|
||||||
release:
|
release:
|
||||||
GOOS=linux GOARCH=amd64 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE
|
GOOS=linux GOARCH=amd64 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE
|
||||||
|
|
Loading…
Reference in New Issue