sign_psbt: review BIP-322 message signing requests as messages, not transactions #474
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Unit testing with Codecov coverage checking | ||
| on: | ||
| workflow_dispatch: | ||
| push: | ||
| branches: | ||
| - develop | ||
| - master | ||
| pull_request: | ||
| jobs: | ||
| job_unit_test: | ||
| name: Call Ledger unit_test | ||
| uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_unit_tests.yml@v1 | ||
| secrets: inherit | ||
| with: | ||
| test_directory: unit-tests | ||
| # OpenSSL is needed by the speculos-backed crypto tests. The | ||
| # speculos sources themselves are fetched at cmake configure time | ||
| # by unit-tests/CMakeLists.txt (FetchContent, pinned tag). | ||
| additional_packages: libssl-dev | ||