Fix make test: also get test packages

This commit is contained in:
Niklas Fasching 2018-12-02 18:58:54 +01:00
parent 4e2fb02b57
commit b1f9bfc9e9

View file

@ -3,7 +3,7 @@ default: test
.PHONY: install
install:
go get ./...
go get -t ./...
.PHONY: build
build: install