mirror of https://github.com/go-gorm/gorm.git
Update tests script
This commit is contained in:
parent
704e53a774
commit
8204d0ada2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue