Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/new-index' into trace-otlp
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reichert committed Oct 7, 2024
2 parents 9a22b04 + 5168871 commit 66b037c
Show file tree
Hide file tree
Showing 21 changed files with 851 additions and 618 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
run: cargo check

- name: Tests (Bitcoin mode, REST+Electrum)
run: cargo test
run: RUST_LOG=debug cargo test

- name: Tests (Liquid mode, REST)
run: cargo test --features liquid
run: RUST_LOG=debug cargo test --features liquid

nix:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 66b037c

Please sign in to comment.