mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-15 00:20:37 +03:00
Makefile: Use go test ./... to test all packages.
This commit is contained in:
parent
c1a8912297
commit
f3c80047b9
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ debug: $(BINARY) $(KEY)
|
|||||||
./$(BINARY) --pprof 6060 -i $(KEY) --bind ":$(PORT)" -vv
|
./$(BINARY) --pprof 6060 -i $(KEY) --bind ":$(PORT)" -vv
|
||||||
|
|
||||||
test:
|
test:
|
||||||
go test -v $(SUBPACKAGES)
|
go test ./...
|
||||||
|
|
||||||
release:
|
release:
|
||||||
GOOS=linux GOARCH=arm GOARM=6 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE
|
GOOS=linux GOARCH=arm GOARM=6 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user