diff --git a/test_all.sh b/test_all.sh index 6c5593b3..1e2a4715 100755 --- a/test_all.sh +++ b/test_all.sh @@ -1,4 +1,4 @@ -dialects=("postgres" "mysql" "sqlite") +dialects=("postgres" "mysql" "sqlite" "ql") for dialect in "${dialects[@]}" ; do GORM_DIALECT=${dialect} go test