From d5e1a7a92c741cbe5552b34213d8198a57e8ff8a Mon Sep 17 00:00:00 2001 From: Judd Keppel Date: Mon, 7 Oct 2024 16:14:22 -0500 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4216b51..d05a3018 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --verbose --features=signet,devnet bitcoin -- --ignored + args: --verbose --features=devnet bitcoin -- --ignored check-rest: runs-on: ubuntu-latest