File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
run : RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always
48
48
- name : Build on Rust ${{ matrix.toolchain }}
49
49
if : " ! matrix.build-net-tokio"
50
- run : cargo build --verbose --color always -p lightning
50
+ run : cargo build --verbose --color always -p lightning && cargo build --verbose --color always -p lightning-invoice
51
51
- name : Build Block Sync Clients on Rust ${{ matrix.toolchain }} with features
52
52
if : " matrix.build-net-tokio && !matrix.coverage"
53
53
run : |
74
74
run : RUSTFLAGS="-C link-dead-code" cargo test --verbose --color always
75
75
- name : Test on Rust ${{ matrix.toolchain }}
76
76
if : " ! matrix.build-net-tokio"
77
- run : cargo test --verbose --color always -p lightning
77
+ run : cargo test --verbose --color always -p lightning && cargo test --verbose --color always -p lightning-invoice
78
78
- name : Test Block Sync Clients on Rust ${{ matrix.toolchain }} with features
79
79
if : " matrix.build-net-tokio && !matrix.coverage"
80
80
run : |
You can’t perform that action at this time.
0 commit comments