We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9421f96 commit 7ab1121Copy full SHA for 7ab1121
.github/workflows/build.yml
@@ -130,7 +130,7 @@ jobs:
130
RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always --features esplora-blocking
131
RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always --features esplora-async
132
- name: Test transaction sync clients on Rust ${{ matrix.toolchain }} with features
133
- if: "matrix.build-tx-sync && !matrix.coverage"
+ if: "matrix.build-tx-sync"
134
run: |
135
cd lightning-transaction-sync
136
cargo test --verbose --color always --features esplora-blocking
0 commit comments