add oci8 to the list of tested dialects

This commit is contained in:
Jim Lambert 2020-02-14 15:16:57 -05:00
parent 689be5853e
commit dc3bdd2ffd

View File

@ -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