always dial the address that the subprocess was trying to reach #66
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: Test | |
on: | |
workflow_dispatch: | |
push: | |
jobs: | |
release: | |
name: Test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Apt | |
run: sudo apt install -y socat openjdk-21-jdk-headless openjdk-21-jre-headless | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Setup | |
uses: actions/setup-go@v5 | |
with: | |
go-version: stable | |
- name: Run | |
run: go test |