From e93220534aafaf30312e7383ee06ec35cf51b2c6 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Tue, 17 Mar 2026 12:47:50 -0500 Subject: [PATCH] ci: use current LiT itest target CI failed: https://github.com/lightninglabs/loop/actions/runs/23082982774/job/67447021668?pr=1090 The workflow called `make itest-no-backward-compat`, but lightning-terminal removed that target in https://github.com/lightninglabs/lightning-terminal/commit/4cedb44ee065e4b8a3a7880f653ffdf0bec69ee8 ("itest: remove custom channels tests and backward compat infrastructure"). --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f38d17a48..945c42f73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -177,7 +177,7 @@ jobs: - name: Run LiT itests working-directory: ./lightning-terminal - run: make itest-no-backward-compat icase='terminal .*' + run: make itest icase='terminal .*' ######################## # Run LiTd unit tests