Merge pull request #186 from mmcgrana/require-build

Verify the checked-in build
This commit is contained in:
Mark McGranaghan 2018-02-01 14:17:41 -08:00 committed by GitHub
commit d8b255cf7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,3 +15,5 @@ PKGS=$(go list $PKG/... | grep -v examples/panic)
run -s "Vetting" go vet -x $PKGS
run -s "Building" tools/build
run -s "Verifying" git diff --exit-code