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:
144144 cargo test --verbose --color always -p lightning
145145 cargo test --verbose --color always -p lightning-invoice
146146 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
148147 cargo build --verbose --color always -p lightning-persister
149148 cargo build --verbose --color always -p lightning-background-processor
149+ cargo check --verbose --color always -p lightning-background-processor --no-default-features --features=futures
150150 - name : Test C Bindings Modifications on Rust ${{ matrix.toolchain }}
151151 if : " ! matrix.build-net-tokio"
152152 run : |
You can’t perform that action at this time.
0 commit comments