Skip to content

Commit e932205

Browse files
committed
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 lightninglabs/lightning-terminal@4cedb44 ("itest: remove custom channels tests and backward compat infrastructure").
1 parent 91d1a3e commit e932205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Run LiT itests
179179
working-directory: ./lightning-terminal
180-
run: make itest-no-backward-compat icase='terminal .*'
180+
run: make itest icase='terminal .*'
181181

182182
########################
183183
# Run LiTd unit tests

0 commit comments

Comments
 (0)