Actually run go test on packages

This commit is contained in:
Matthias Loibl 2019-07-22 18:03:27 +02:00
parent 53ca56c221
commit 3e85357934
No known key found for this signature in database
GPG key ID: 78A796CA74CA38BA

View file

@ -28,7 +28,7 @@ install: build
test:
@echo ">> running all unit tests"
@go test $(PKGS)
go test -v $(PKGS)
test-integration:
@echo ">> running all integration tests"