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 4747 run : RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always
4848 - name : Build on Rust ${{ matrix.toolchain }}
4949 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
5151 - name : Build Block Sync Clients on Rust ${{ matrix.toolchain }} with features
5252 if : " matrix.build-net-tokio && !matrix.coverage"
5353 run : |
7474 run : RUSTFLAGS="-C link-dead-code" cargo test --verbose --color always
7575 - name : Test on Rust ${{ matrix.toolchain }}
7676 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
7878 - name : Test Block Sync Clients on Rust ${{ matrix.toolchain }} with features
7979 if : " matrix.build-net-tokio && !matrix.coverage"
8080 run : |
You can’t perform that action at this time.
0 commit comments