[CI] Fix cont_integration test-blockchains to run all tests
This commit is contained in:
parent
2471908151
commit
35feb107ed
6
.github/workflows/cont_integration.yml
vendored
6
.github/workflows/cont_integration.yml
vendored
@ -90,12 +90,16 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
blockchain:
|
blockchain:
|
||||||
- name: electrum
|
- name: electrum
|
||||||
|
testprefix: blockchain::electrum::test
|
||||||
features: test-electrum,verify
|
features: test-electrum,verify
|
||||||
- name: rpc
|
- name: rpc
|
||||||
|
testprefix: blockchain::rpc::test
|
||||||
features: test-rpc
|
features: test-rpc
|
||||||
- name: esplora
|
- name: esplora
|
||||||
|
testprefix: esplora
|
||||||
features: test-esplora,use-esplora-reqwest,verify
|
features: test-esplora,use-esplora-reqwest,verify
|
||||||
- name: esplora
|
- name: esplora
|
||||||
|
testprefix: esplora
|
||||||
features: test-esplora,use-esplora-ureq,verify
|
features: test-esplora,use-esplora-ureq,verify
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -114,7 +118,7 @@ jobs:
|
|||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cargo test --no-default-features --features ${{ matrix.blockchain.features }} ${{ matrix.blockchain.name }}::bdk_blockchain_tests
|
run: cargo test --no-default-features --features ${{ matrix.blockchain.features }} ${{ matrix.blockchain.testprefix }}::bdk_blockchain_tests
|
||||||
|
|
||||||
check-wasm:
|
check-wasm:
|
||||||
name: Check WASM
|
name: Check WASM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user