]> Untitled Git - bdk/commitdiff
[CI] Fix cont_integration test-blockchains to run all tests
authorSteve Myers <steve@notmandatory.org>
Thu, 19 May 2022 21:00:40 +0000 (14:00 -0700)
committerSteve Myers <steve@notmandatory.org>
Thu, 19 May 2022 21:00:40 +0000 (14:00 -0700)
.github/workflows/cont_integration.yml

index 091ba15726a1f97e82be634179ca9a81f1610b87..4a7c2ea958053b522921f1f8aded897e812da8eb 100644 (file)
@@ -90,12 +90,16 @@ jobs:
       matrix:
         blockchain:
           - name: electrum
+            testprefix: blockchain::electrum::test
             features: test-electrum,verify
           - name: rpc
+            testprefix: blockchain::rpc::test
             features: test-rpc
           - name: esplora
+            testprefix: esplora
             features: test-esplora,use-esplora-reqwest,verify
           - name: esplora
+            testprefix: esplora
             features: test-esplora,use-esplora-ureq,verify
     steps:
       - name: Checkout
@@ -114,7 +118,7 @@ jobs:
           toolchain: stable
           override: true
       - 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:
     name: Check WASM