mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
Don't install test dependencies
This commit is contained in:
parent
d9b07bcf4a
commit
c2ee139973
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -9,7 +9,6 @@ format:
|
|||
test:
|
||||
@go list -f '{{range .TestImports}}{{.}}\
|
||||
{{end}}' ./... | xargs -n1 go get -d
|
||||
@go test -i ./...
|
||||
go test ./...
|
||||
go test ./... 2>/dev/null
|
||||
|
||||
.PHONY: all format test
|
||||
|
|
|
|||
Loading…
Reference in a new issue