X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9d33848deed3a044f5e6d086a19215b29e3c2847..5b0b92405919dd8f7bf10e0a2068d5f1e1816d84:/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() {