Skip to content

Commit

Permalink
ci: run only custom_channels LiT itests
Browse files Browse the repository at this point in the history
Some lightning-terminal (LiT) itests are currently flaky. This commit
restricts CI to running only the `custom_channels` subset of LiT itests.
  • Loading branch information
ffranr committed Sep 19, 2024
1 parent 4da20cd commit f50af86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ jobs:

- name: Run LiT itests
working-directory: ./lightning-terminal
run: make itest
run: make itest icase=custom_channels

- name: Run LiT unit tests
working-directory: ./lightning-terminal
Expand Down

0 comments on commit f50af86

Please sign in to comment.