From: rajarshimaitra Date: Sun, 9 Jan 2022 17:32:40 +0000 (+0530) Subject: Add CI build for new features X-Git-Tag: v0.5.0~7^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.FileError.html?a=commitdiff_plain;h=cf9f536db4c5ec31dcfd3054e1b01a8f6907f9ea;p=bdk-cli Add CI build for new features --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 6582732..754f52a 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -19,13 +19,19 @@ jobs: - esplora-reqwest - compiler - compact_filters + - rpc - reserves - reserves,electrum - reserves,esplora-ureq - reserves,compact_filters - reserves,rpc - - rpc - electrum,verify + # regtest-* features are experimental and not fully usable + - regtest-bitcoin + - regtest-electrum + - regtest-esplora-ureq + - regtest-esplora-reqwest + steps: - name: Checkout uses: actions/checkout@v2