mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
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
4cedb44ee0
("itest: remove custom channels tests and backward compat infrastructure").
This commit is contained in:
parent
91d1a3ecaa
commit
e93220534a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue