From dc3bdd2ffdbae0cf1fb7f5f6c327235ce36a4f7e Mon Sep 17 00:00:00 2001 From: Jim Lambert Date: Fri, 14 Feb 2020 15:16:57 -0500 Subject: [PATCH] add oci8 to the list of tested dialects --- test_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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