This commit is contained in:
Noah Zoschke 2018-01-26 08:55:25 -08:00
parent e83d23555c
commit fd573c3095

View File

@ -11,4 +11,3 @@ PKGS=$(go list $PKG/... | grep -v examples)
run -s "Linting" golint -set_exit_status $PKGS
run -s "Vetting" go vet -x $PKGS
run -s "Building" tools/build
run -s "Testing" go test -v $PKGS