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