Reclaim forwarded-payment replay markers instead of leaking them #1796
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: CI Checks - Swift Tests | |
| on: [push, pull_request] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| check-swift: | |
| timeout-minutes: 120 | |
| runs-on: macos-latest | |
| env: | |
| LDK_NODE_EXTRA_FEATURES: chain-bitcoind | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v6 | |
| - name: Set default Rust version to stable | |
| run: rustup default stable | |
| - name: Generate Swift bindings | |
| run: ./scripts/uniffi_bindgen_generate_swift.sh |