Merge branch 'main' into 21359-rightclick-newproject-bug
[arvados.git] / build / run-tests.sh
index 83688e8727690d161a25e644a019dbe061d9b152..70437bd21cdff07da8f279a3999b8f58bb0fb3ac 100755 (executable)
@@ -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() {