From e84e58d3c02ed64de370b122707f2875a32bf1dd Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Mon, 21 Mar 2016 15:15:22 +0100 Subject: [PATCH] Added ql to the testing dialects --- test_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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