Merge pull request #1099 from starius/fix-lit-test

ci: use current LiT itest target
This commit is contained in:
Boris Nagaev 2026-03-18 11:25:14 -05:00 committed by GitHub
commit 5b3fb0a084
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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