mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Try running Sytest with both SQLites
This commit is contained in:
parent
61a7ad114c
commit
5cfb3b89b3
12
.github/workflows/dendrite.yml
vendored
12
.github/workflows/dendrite.yml
vendored
|
|
@ -269,11 +269,18 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- label: SQLite
|
||||
- label: SQLite (native)
|
||||
|
||||
- label: SQLite, full HTTP APIs
|
||||
- label: SQLite (Cgo)
|
||||
cgo: 1
|
||||
|
||||
- label: SQLite (native), full HTTP APIs
|
||||
api: full-http
|
||||
|
||||
- label: SQLite (Cgo), full HTTP APIs
|
||||
api: full-http
|
||||
cgo: 1
|
||||
|
||||
- label: PostgreSQL
|
||||
postgres: postgres
|
||||
|
||||
|
|
@ -288,6 +295,7 @@ jobs:
|
|||
POSTGRES: ${{ matrix.postgres && 1}}
|
||||
API: ${{ matrix.api && 1 }}
|
||||
SYTEST_BRANCH: ${{ github.head_ref }}
|
||||
CGO_ENABLED: ${{ matrix.cgo && 1 }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run Sytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue