From d1488896f7fa9486bf332554a8e0ab4a60eb520b Mon Sep 17 00:00:00 2001 From: Omkar P <45419097+omkar-foss@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:46:34 +0530 Subject: [PATCH] Remove tidy before go test --- tests/tests_all.sh | 2 -- 1 file changed, 2 deletions(-) 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 ./...