diff --git a/test_all.sh b/test_all.sh index 5cfb3321..d88210b5 100755 --- a/test_all.sh +++ b/test_all.sh @@ -1,4 +1,4 @@ -dialects=("postgres" "mysql" "mssql" "sqlite") +dialects=("postgres" "mysql" "mssql" "sqlite", "oci8") for dialect in "${dialects[@]}" ; do DEBUG=false GORM_DIALECT=${dialect} go test