Don't use CGO=0 when running complement tests

This commit is contained in:
Till Faelligen 2022-11-08 13:18:58 +01:00
parent 9aa84e90ba
commit 06561f3cd1
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -389,7 +389,6 @@ jobs:
env: env:
COMPLEMENT_BASE_IMAGE: complement-dendrite:${{ matrix.postgres }}${{ matrix.api }}${{ matrix.cgo }} COMPLEMENT_BASE_IMAGE: complement-dendrite:${{ matrix.postgres }}${{ matrix.api }}${{ matrix.cgo }}
API: ${{ matrix.api && 1 }} API: ${{ matrix.api && 1 }}
CGO_ENABLED: ${{ matrix.cgo }}
working-directory: complement working-directory: complement
integration-tests-done: integration-tests-done: