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