File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ jobs:
144
144
cargo test --verbose --color always -p lightning
145
145
cargo test --verbose --color always -p lightning-invoice
146
146
cargo test --verbose --color always -p lightning-rapid-gossip-sync
147
- cargo test --verbose --color always -p lightning-background-processor --no-default-features --features=futures
148
147
cargo build --verbose --color always -p lightning-persister
149
148
cargo build --verbose --color always -p lightning-background-processor
149
+ cargo check --verbose --color always -p lightning-background-processor --no-default-features --features=futures
150
150
- name : Test C Bindings Modifications on Rust ${{ matrix.toolchain }}
151
151
if : " ! matrix.build-net-tokio"
152
152
run : |
You can’t perform that action at this time.
0 commit comments