reintroduce cln rest

This commit is contained in:
dni ⚡ 2024-07-31 12:26:45 +02:00
parent 69da46232a
commit 154b4fb76a
No known key found for this signature in database
GPG Key ID: D1F416F29AD26E87

View File

@ -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 }}