Skip to content

Commit 8204d0a

Browse files
committed
Update tests script
1 parent 704e53a commit 8204d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tests_all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ fi
99
if [ -d tests ]
1010
then
1111
cd tests
12+
go get -u ./...
13+
go mod download
1214
cd ..
1315
fi
1416

15-
go get -u ./...
16-
1717
for dialect in "${dialects[@]}" ; do
1818
if [ "$GORM_DIALECT" = "" ] || [ "$GORM_DIALECT" = "${dialect}" ]
1919
then

0 commit comments

Comments
 (0)