From 154b4fb76ab668b089f77542dc0fcaaf7ea5d408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 31 Jul 2024 12:26:45 +0200 Subject: [PATCH] reintroduce cln rest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}