Run integration tests on all db types

This commit is contained in:
Donkie
2023-05-21 23:38:41 +02:00
parent ba6fb62c7b
commit 5e75d6d70e
5 changed files with 92 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ jobs:
needs: [build, build-tester]
strategy:
matrix:
dbtype: ["postgres"]
dbtype: ["postgres", "sqlite", "mariadb", "cockroachdb"]
runs-on: ubuntu-latest
steps:
- name: Checkout