mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-20 20:43:09 -06:00
Complement too
This commit is contained in:
parent
5cfb3b89b3
commit
46e67969a6
24
.github/workflows/dendrite.yml
vendored
24
.github/workflows/dendrite.yml
vendored
|
|
@ -269,15 +269,15 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- label: SQLite (native)
|
- label: SQLite/native
|
||||||
|
|
||||||
- label: SQLite (Cgo)
|
- label: SQLite/cgo
|
||||||
cgo: 1
|
cgo: 1
|
||||||
|
|
||||||
- label: SQLite (native), full HTTP APIs
|
- label: SQLite/native, full HTTP APIs
|
||||||
api: full-http
|
api: full-http
|
||||||
|
|
||||||
- label: SQLite (Cgo), full HTTP APIs
|
- label: SQLite/cgo, full HTTP APIs
|
||||||
api: full-http
|
api: full-http
|
||||||
cgo: 1
|
cgo: 1
|
||||||
|
|
||||||
|
|
@ -331,16 +331,23 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
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
|
api: full-http
|
||||||
|
|
||||||
|
- label: SQLite/cgo, full HTTP APIs
|
||||||
|
api: full-http
|
||||||
|
cgo: 1
|
||||||
|
|
||||||
- label: PostgreSQL
|
- label: PostgreSQL
|
||||||
postgres: Postgres
|
postgres: postgres
|
||||||
|
|
||||||
- label: PostgreSQL, full HTTP APIs
|
- label: PostgreSQL, full HTTP APIs
|
||||||
postgres: Postgres
|
postgres: postgres
|
||||||
api: full-http
|
api: full-http
|
||||||
steps:
|
steps:
|
||||||
# Env vars are set file a file given by $GITHUB_PATH. We need both Go 1.17 and GOPATH on env to run Complement.
|
# Env vars are set file a file given by $GITHUB_PATH. We need both Go 1.17 and GOPATH on env to run Complement.
|
||||||
|
|
@ -401,6 +408,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
COMPLEMENT_BASE_IMAGE: complement-dendrite:latest
|
COMPLEMENT_BASE_IMAGE: complement-dendrite:latest
|
||||||
API: ${{ matrix.api && 1 }}
|
API: ${{ matrix.api && 1 }}
|
||||||
|
CGO_ENABLED: ${{ matrix.cgo && 1 }}
|
||||||
working-directory: complement
|
working-directory: complement
|
||||||
|
|
||||||
integration-tests-done:
|
integration-tests-done:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue