Add sqlite-bundled feature

This commit is contained in:
Steve Myers
2022-03-11 19:44:31 -06:00
parent 3334c8da07
commit c6eeb7b989
3 changed files with 5 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ jobs:
- async-interface
- use-esplora-reqwest
- sqlite
- sqlite-bundled
steps:
- name: checkout
uses: actions/checkout@v2
@@ -114,7 +115,7 @@ jobs:
override: true
- name: Test
run: cargo test --no-default-features --features ${{ matrix.blockchain.features }} ${{ matrix.blockchain.name }}::bdk_blockchain_tests
check-wasm:
name: Check WASM
runs-on: ubuntu-20.04