From e3f3c3a3d5fbd0e74510aa4a47356d23b070e6b0 Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Wed, 24 Nov 2021 20:50:08 +0530 Subject: [PATCH] Add rpc build and test in CI --- .github/workflows/cont_integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 570ccc3..9f31349 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -23,6 +23,7 @@ jobs: - reserves,electrum - reserves,esplora-ureq - reserves,compact_filters + - rpc steps: - name: Checkout uses: actions/checkout@v2 -- 2.49.0