mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
Revert "remove vet which seems to have been broken in golang v1.12"
This reverts commit 58f0b8c22e.
This commit is contained in:
parent
b842adcffd
commit
fef25e0b24
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -101,7 +101,7 @@ generate: deps ## Generate dynamically generated code
|
|||
goimports -w common/bootcommand/boot_command.go
|
||||
gofmt -w command/plugin.go
|
||||
|
||||
test: fmt-check mode-check ## Run unit tests
|
||||
test: fmt-check mode-check vet ## Run unit tests
|
||||
@go test $(TEST) $(TESTARGS) -timeout=2m
|
||||
|
||||
# testacc runs acceptance tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue