mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 07:14:36 +01:00
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:
committed by
Rusty Russell
parent
1534216aad
commit
8d3861ee29
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user