Skip to content

Commit

Permalink
Revert "remove vet which seems to have been broken in golang v1.12"
Browse files Browse the repository at this point in the history
This reverts commit 58f0b8c.
  • Loading branch information
azr committed Mar 4, 2019
1 parent b842adc commit fef25e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fef25e0

Please sign in to comment.