Complement too

This commit is contained in:
Neil Alexander 2022-11-02 12:20:26 +00:00
parent 5cfb3b89b3
commit 46e67969a6
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -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: