Skip to content

Commit f50af86

Browse files
committed
ci: run only custom_channels LiT itests
Some lightning-terminal (LiT) itests are currently flaky. This commit restricts CI to running only the `custom_channels` subset of LiT itests.
1 parent 4da20cd commit f50af86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

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

335335
- name: Run LiT itests
336336
working-directory: ./lightning-terminal
337-
run: make itest
337+
run: make itest icase=custom_channels
338338

339339
- name: Run LiT unit tests
340340
working-directory: ./lightning-terminal

0 commit comments

Comments
 (0)