ci: run unit tests against sqlite and postgres

This commit is contained in:
positiveblue
2023-06-12 18:21:33 -07:00
parent bf96592f63
commit 33d53b2a2f
2 changed files with 19 additions and 5 deletions

View File

@@ -99,6 +99,8 @@ jobs:
matrix:
unit_type:
- unit-race
- unit-race dbbackend=postgres
steps:
- name: git checkout
uses: actions/checkout@v2