We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8788a6 commit 3f13f56Copy full SHA for 3f13f56
.github/workflows/rust.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run tests (Bitcoin mode with bitcoind 28.0, REST+Electrum)
44
run: RUST_LOG=debug cargo test
45
env:
46
- BITCOIND_EXEC: ${{ github.workspace }}/bitcoin-28.0/bin/bitcoind
+ BITCOIND_EXE: ${{ github.workspace }}/bitcoin-28.0/bin/bitcoind
47
48
test-electrum-raw:
49
runs-on: ubuntu-22.04
0 commit comments