name: CI on: push: branches-ignore: - main workflow_call: jobs: test: runs-on: - ubuntu-latest - linux_amd64 steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: go-version-file: go.mod - run: make test