OSDN Git Service

versoin1.1.9 (#594)
[bytom/vapor.git] / vendor / github.com / jinzhu / gorm / test_all.sh
1 dialects=("postgres" "mysql" "mssql" "sqlite")
2
3 for dialect in "${dialects[@]}" ; do
4     DEBUG=false GORM_DIALECT=${dialect} go test
5 done