]> Untitled Git - bdk-cli/commitdiff
Update CI
authorrajarshimaitra <rajarshi149@gmail.com>
Sun, 3 Oct 2021 09:54:29 +0000 (15:24 +0530)
committerrajarshimaitra <rajarshi149@gmail.com>
Sun, 3 Oct 2021 09:54:29 +0000 (15:24 +0530)
.github/workflows/code_coverage.yml
.github/workflows/cont_integration.yml

index 5dafb06b3bbce29694468e5b8c3c1739d6296943..8f2c0ca0426f20cf9ff764dd29be4ae4b6a28d21 100644 (file)
@@ -18,7 +18,7 @@ jobs:
       - name: Install tarpaulin
         run: cargo install cargo-tarpaulin
       - name: Tarpaulin
-        run: cargo tarpaulin --features default,esplora --run-types Tests,Doctests --out Xml
+        run: cargo tarpaulin --features default --run-types Tests,Doctests --out Xml
 
       - name: Publish to codecov.io
         uses: codecov/codecov-action@v1.0.15
index af0b4f38cafbb3a659691132e3386f340bb6f4e3..dbf20f9ac4ef342c3684f53d0d4dc28b6277074c 100644 (file)
@@ -15,7 +15,8 @@ jobs:
         features:
           - default
           - electrum
-          - esplora
+          - esplora-ureq
+          - esplora-reqwest
           - compiler
           - compact_filters
     steps: