db import test + fix for postgres

This commit is contained in:
Jan Prochazka
2021-11-11 08:06:01 +01:00
parent d8cd3a78e4
commit 6baeb58500
5 changed files with 57 additions and 12 deletions

View File

@@ -116,11 +116,11 @@ const engines = [
const filterLocal = [
// filter local testing
'-MySQL',
'MySQL',
'PostgreSQL',
'-SQL Server',
'-SQLite',
'-CockroachDB',
'SQL Server',
'SQLite',
'CockroachDB',
];
module.exports = process.env.CITEST