From 6b91450defd4cc2487731ca5469bc57637cd7274 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Mon, 23 Jan 2023 12:30:54 -0600 Subject: [PATCH] f CI test case --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16387a93f7a..bde4b4c2e67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,7 +130,7 @@ jobs: RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always --features esplora-blocking RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always --features esplora-async - name: Test transaction sync clients on Rust ${{ matrix.toolchain }} with features - if: "matrix.build-tx-sync && !matrix.coverage" + if: "matrix.build-tx-sync" run: | cd lightning-transaction-sync cargo test --verbose --color always --features esplora-blocking