Run `vet` target on `default` target

This commit is contained in:
James Nugent 2016-02-22 13:35:50 -05:00
parent a285ae1e2c
commit ac957ab329
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
TEST?=$$(GO15VENDOREXPERIMENT=1 go list ./... | grep -v /vendor/)
VETARGS?=-all
default: test
default: test vet
# bin generates the releaseable binaries for Terraform
bin: fmtcheck generate