File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -141,11 +141,12 @@ jobs:
141141 - name : Test on Rust ${{ matrix.toolchain }}
142142 if : " ! matrix.build-net-tokio"
143143 run : |
144- cargo test --verbose --color always -p lightning
145- cargo test --verbose --color always -p lightning-invoice
146- cargo test --verbose --color always -p lightning-rapid-gossip-sync
147- cargo build --verbose --color always -p lightning-persister
148- cargo build --verbose --color always -p lightning-background-processor
144+ cargo test --verbose --color always -p lightning
145+ cargo test --verbose --color always -p lightning-invoice
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+ cargo build --verbose --color always -p lightning-persister
149+ cargo build --verbose --color always -p lightning-background-processor
149150 - name : Test C Bindings Modifications on Rust ${{ matrix.toolchain }}
150151 if : " ! matrix.build-net-tokio"
151152 run : |
You can’t perform that action at this time.
0 commit comments