ci: Add missing envvar forward for the DB configuration

We were not forwarding the matrix DB configuration, so we were only
ever testing `sqlite3`.
This commit is contained in:
Christian Decker
2021-10-08 13:05:54 +02:00
committed by Rusty Russell
parent 1534216aad
commit 8d3861ee29
2 changed files with 2 additions and 1 deletions

View File

@@ -198,6 +198,7 @@ jobs:
TEST_CMD: ${{ matrix.TEST_CMD }}
TEST_GROUP_COUNT: ${{ matrix.TEST_GROUP_COUNT }}
TEST_GROUP: ${{ matrix.TEST_GROUP }}
TEST_DB_PROVIDER: ${{ matrix.DB }}
run: |
bash -x .github/scripts/build.sh