when: - event: push - event: pull_request steps: test: image: golang:1.24-alpine commands: - go mod download - go test ./...