Skip to content

Commit dbf3a1f

Browse files
Update CI
1 parent 1796452 commit dbf3a1f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install tarpaulin
1919
run: cargo install cargo-tarpaulin
2020
- name: Tarpaulin
21-
run: cargo tarpaulin --features default,esplora --run-types Tests,Doctests --out Xml
21+
run: cargo tarpaulin --features default --run-types Tests,Doctests --out Xml
2222

2323
- name: Publish to codecov.io
2424
uses: codecov/[email protected]

.github/workflows/cont_integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
features:
1616
- default
1717
- electrum
18-
- esplora
18+
- esplora-ureq
19+
- esplora-reqwest
1920
- compiler
2021
- compact_filters
2122
steps:

0 commit comments

Comments
 (0)