From: rajarshimaitra Date: Sun, 2 Jan 2022 08:52:39 +0000 (+0530) Subject: Add verification tests in CI X-Git-Tag: v0.17.0~7^2~5 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.EncoderWriter.html?a=commitdiff_plain;h=53c30b0479c74dde17cd27f8eac7f540e492067d;p=bdk Add verification tests in CI --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index bab633dd..5bf54f07 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -89,13 +89,13 @@ jobs: matrix: blockchain: - name: electrum - features: test-electrum + features: test-electrum,verify - name: rpc features: test-rpc - name: esplora - features: test-esplora,use-esplora-reqwest + features: test-esplora,use-esplora-reqwest,verify - name: esplora - features: test-esplora,use-esplora-ureq + features: test-esplora,use-esplora-ureq,verify steps: - name: Checkout uses: actions/checkout@v2