diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a03c52c5..8a332c3f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: strategy: matrix: python-version: ["3.9"] - backend-wallet-class: ["LndRestWallet", "LndWallet", "CoreLightningWallet", "LNbitsWallet"] + backend-wallet-class: ["LndRestWallet", "LndWallet", "CoreLightningWallet", "CoreLightningRestWallet", "LNbitsWallet"] with: custom-pytest: "poetry run pytest tests/regtest" python-version: ${{ matrix.python-version }}