Add verification tests in CI
This commit is contained in:
parent
6a09075d1a
commit
53c30b0479
6
.github/workflows/cont_integration.yml
vendored
6
.github/workflows/cont_integration.yml
vendored
@ -89,13 +89,13 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
blockchain:
|
blockchain:
|
||||||
- name: electrum
|
- name: electrum
|
||||||
features: test-electrum
|
features: test-electrum,verify
|
||||||
- name: rpc
|
- name: rpc
|
||||||
features: test-rpc
|
features: test-rpc
|
||||||
- name: esplora
|
- name: esplora
|
||||||
features: test-esplora,use-esplora-reqwest
|
features: test-esplora,use-esplora-reqwest,verify
|
||||||
- name: esplora
|
- name: esplora
|
||||||
features: test-esplora,use-esplora-ureq
|
features: test-esplora,use-esplora-ureq,verify
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user