Skip to content

Commit 35feb10

Browse files
committed
[CI] Fix cont_integration test-blockchains to run all tests
1 parent 2471908 commit 35feb10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cont_integration.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,16 @@ jobs:
9090
matrix:
9191
blockchain:
9292
- name: electrum
93+
testprefix: blockchain::electrum::test
9394
features: test-electrum,verify
9495
- name: rpc
96+
testprefix: blockchain::rpc::test
9597
features: test-rpc
9698
- name: esplora
99+
testprefix: esplora
97100
features: test-esplora,use-esplora-reqwest,verify
98101
- name: esplora
102+
testprefix: esplora
99103
features: test-esplora,use-esplora-ureq,verify
100104
steps:
101105
- name: Checkout
@@ -114,7 +118,7 @@ jobs:
114118
toolchain: stable
115119
override: true
116120
- name: Test
117-
run: cargo test --no-default-features --features ${{ matrix.blockchain.features }} ${{ matrix.blockchain.name }}::bdk_blockchain_tests
121+
run: cargo test --no-default-features --features ${{ matrix.blockchain.features }} ${{ matrix.blockchain.testprefix }}::bdk_blockchain_tests
118122

119123
check-wasm:
120124
name: Check WASM

0 commit comments

Comments
 (0)