From 8204d0ada27896ec312b054f36a0e32fa8c1504a Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Wed, 24 Mar 2021 16:44:51 +0800 Subject: [PATCH] Update tests script --- tests/tests_all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests_all.sh b/tests/tests_all.sh index 2d6c35c3..e0ed97a4 100755 --- a/tests/tests_all.sh +++ b/tests/tests_all.sh @@ -9,11 +9,11 @@ fi if [ -d tests ] then cd tests + go get -u ./... + go mod download cd .. fi -go get -u ./... - for dialect in "${dialects[@]}" ; do if [ "$GORM_DIALECT" = "" ] || [ "$GORM_DIALECT" = "${dialect}" ] then