Stop installing all commands before vetting

This commit is contained in:
Jordan Liggitt 2020-08-01 23:54:15 -04:00
parent d8b0f6fc50
commit f411880c73

View File

@ -31,10 +31,6 @@ if [[ "${CALLED_FROM_MAIN_MAKEFILE:-""}" == "" ]]; then
exit 1
fi
# This is required before we run govet for the results to be correct.
# See https://github.com/golang/go/issues/16086 for details.
go install ./cmd/...
# Filter out arguments that start with "-" and move them to goflags.
targets=()
for arg; do