Commit a36b1d9d by bergquist

tech(build): require go vet to pass

parent c05bc0cb
......@@ -20,7 +20,7 @@ exit_if_fail npm test
exit_if_fail test -z "$(gofmt -s -l ./pkg | tee /dev/stderr)"
exit_if_fail go run build.go build
exit_if_fail go vet ./pkg/...
exit_if_fail test -z "$(go vet ./pkg/... | tee /dev/stderr)"
exit_if_fail go test -v ./pkg/...
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment