Makefile: Use go test ./... to test all packages.

This commit is contained in:
UlisseMini 2019-01-25 12:46:37 -05:00 committed by Andrey Petrov
parent c1a8912297
commit f3c80047b9

View File

@ -28,7 +28,7 @@ debug: $(BINARY) $(KEY)
./$(BINARY) --pprof 6060 -i $(KEY) --bind ":$(PORT)" -vv
test:
go test -v $(SUBPACKAGES)
go test ./...
release:
GOOS=linux GOARCH=arm GOARM=6 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE