add oci8 to the list of tested dialects
This commit is contained in:
parent
689be5853e
commit
dc3bdd2ffd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user