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