diff --git a/tests/tests_all.sh b/tests/tests_all.sh index b221a7d8..f8b473ab 100755 --- a/tests/tests_all.sh +++ b/tests/tests_all.sh @@ -40,6 +40,8 @@ for dialect in "${dialects[@]}" ; do then echo "testing ${dialect}..." + go mod tidy + if [ "$GORM_VERBOSE" = "" ] then GORM_DIALECT=${dialect} go test -race -count=1 ./...