Skip to content

Commit eca4af4

Browse files
committed
ci: ensure electrs job runs esplora
1 parent ee9443c commit eca4af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
- uses: actions/checkout@v3
204204
- uses: Swatinem/rust-cache@v2
205205
- uses: dtolnay/rust-toolchain@stable
206-
- run: cd electrsd && RUST_LOG=debug cargo test --features ${{ matrix.features }}
206+
- run: cd electrsd && RUST_LOG=debug cargo test --no-default-features --features ${{ matrix.features }}
207207

208208
test-electrs-no-download:
209209
name: Test Electrs no auto-download features

0 commit comments

Comments
 (0)