File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments