Fix make test: also get test packages
This commit is contained in:
parent
4e2fb02b57
commit
b1f9bfc9e9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ default: test
|
|||
|
||||
.PHONY: install
|
||||
install:
|
||||
go get ./...
|
||||
go get -t ./...
|
||||
|
||||
.PHONY: build
|
||||
build: install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue