Fix conditional PG testing
This commit is contained in:
parent
0cc88f816b
commit
8085acfcfc
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
(when (System/getenv "NEXT_JDBC_TEST_MSSQL") test-jtds-map))
|
(when (System/getenv "NEXT_JDBC_TEST_MSSQL") test-jtds-map))
|
||||||
|
|
||||||
(def ^:private test-db-specs
|
(def ^:private test-db-specs
|
||||||
(cond-> [test-derby test-h2-mem test-h2 test-hsql test-sqlite test-postgres]
|
(cond-> [test-derby test-h2-mem test-h2 test-hsql test-sqlite]
|
||||||
test-postgres (conj test-postgres)
|
test-postgres (conj test-postgres)
|
||||||
test-mysql (conj test-mysql)
|
test-mysql (conj test-mysql)
|
||||||
test-mssql (conj test-mssql test-jtds)))
|
test-mssql (conj test-mssql test-jtds)))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue