Run integration tests on all db types
This commit is contained in:
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user