X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/442d78e1fb39f5d18f728f083e04f320ced44ebb..095e176632bbf81d28a239742a1ecce12404bd2d:/build/run-tests.sh diff --git a/build/run-tests.sh b/build/run-tests.sh index 83688e8727..70437bd21c 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -1000,6 +1000,7 @@ test_gofmt() { cd "$WORKSPACE" || return 1 dirs=$(ls -d */ | egrep -v 'vendor|tmp') [[ -z "$(gofmt -e -d $dirs | tee -a /dev/stderr)" ]] + go vet -composites=false ./... } test_services/api() {