Parallelize merge of per-thread changes into global map. #52
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: Horizon Integration Tests | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - master | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| horizon: | |
| uses: stellar/stellar-horizon/.github/workflows/integration-tests.yml@c9e78ebefea9721fcb0b386fc898e4c0e76cee33 | |
| with: | |
| horizon_git_ref: protocol-next | |
| core_git_ref: ${{ github.sha }} | |
| protocol_version: '27' | |
| stellar_rpc_docker_img: 'stellar/stellar-rpc:27.1.1' |