Commit 295f7a2e authored by Chris Bednarski's avatar Chris Bednarski

Fail the build when govet returns non-zero exit code

parent edf3415c
......@@ -41,6 +41,7 @@ vet:
echo ""; \
echo "Vet found suspicious constructs. Please check the reported constructs"; \
echo "and fix them if necessary before submitting the code for reviewal."; \
exit 1; \
fi
.PHONY: bin default generate test testacc updatedeps vet
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