mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-06-08 03:12:08 +03:00
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…
x
Reference in New Issue
Block a user