File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -90,12 +90,16 @@ jobs:
90
90
matrix :
91
91
blockchain :
92
92
- name : electrum
93
+ testprefix : blockchain::electrum::test
93
94
features : test-electrum,verify
94
95
- name : rpc
96
+ testprefix : blockchain::rpc::test
95
97
features : test-rpc
96
98
- name : esplora
99
+ testprefix : esplora
97
100
features : test-esplora,use-esplora-reqwest,verify
98
101
- name : esplora
102
+ testprefix : esplora
99
103
features : test-esplora,use-esplora-ureq,verify
100
104
steps :
101
105
- name : Checkout
@@ -114,7 +118,7 @@ jobs:
114
118
toolchain : stable
115
119
override : true
116
120
- 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
118
122
119
123
check-wasm :
120
124
name : Check WASM
You can’t perform that action at this time.
0 commit comments