cmd: alpha test peers - add direct connection test #6296
Workflow file for this run
This file contains 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: verify-pr | |
on: | |
pull_request: | |
types: [opened, reopened, edited, synchronize] | |
jobs: | |
verify: | |
runs-on: ubuntu-latest | |
env: | |
GITHUB_PR: ${{ toJSON(github.event.pull_request) }} | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-go@v4 | |
with: | |
go-version: '1.22.3' | |
- name: "Verify PR" | |
run: go run github.com/obolnetwork/charon/testutil/verifypr |