when: - event: push steps: test: image: golang:1.22-bullseye commands: - go mod download - go test -v ./...