Skip to content

Commit 7ab1121

Browse files
committed
f CI test case
1 parent 9421f96 commit 7ab1121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always --features esplora-blocking
131131
RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always --features esplora-async
132132
- name: Test transaction sync clients on Rust ${{ matrix.toolchain }} with features
133-
if: "matrix.build-tx-sync && !matrix.coverage"
133+
if: "matrix.build-tx-sync"
134134
run: |
135135
cd lightning-transaction-sync
136136
cargo test --verbose --color always --features esplora-blocking

0 commit comments

Comments
 (0)