test: Add missing tx util to Binaries

This commit is contained in:
MarcoFalke
2025-06-07 10:24:34 +02:00
parent fa91835ec6
commit fac9db6eb0
2 changed files with 6 additions and 0 deletions

View File

@@ -260,6 +260,7 @@ jobs:
env:
BITCOIND: '${{ github.workspace }}\build\bin\Release\bitcoind.exe'
BITCOINCLI: '${{ github.workspace }}\build\bin\Release\bitcoin-cli.exe'
BITCOINTX: '${{ github.workspace }}\build\bin\Release\bitcoin-tx.exe'
BITCOINUTIL: '${{ github.workspace }}\build\bin\Release\bitcoin-util.exe'
BITCOINWALLET: '${{ github.workspace }}\build\bin\Release\bitcoin-wallet.exe'
TEST_RUNNER_EXTRA: ${{ github.event_name != 'pull_request' && '--extended' || '' }}