Skip to content

Commit

Permalink
CI: restore dual-funding tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed May 23, 2023
1 parent c0fa85c commit 6fce752
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,14 @@ jobs:
COMPILER: gcc
TEST_NETWORK: liquid-regtest
TEST_DB_PROVIDER: sqlite3
# And dual funding!
- NAME: dual-fund
CFG: gcc-dev1
TEST_DB_PROVIDER: sqlite3
COMPILER: gcc
TEST_NETWORK: regtest
DEVELOPER: 1
EXPERIMENTAL_DUAL_FUND: 1
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -261,6 +269,7 @@ jobs:
VALGRIND: ${{ matrix.VALGRIND }}
DEVELOPER: ${{ matrix.DEVELOPER }}
COMPILER: ${{ matrix.COMPILER }}
EXPERIMENTAL_DUAL_FUND: ${{ matrix.EXPERIMENTAL_DUAL_FUND }}
COMPAT: 1
CFG: ${{ matrix.CFG }}
SLOW_MACHINE: 1
Expand Down

0 comments on commit 6fce752

Please sign in to comment.