when: - event: pull_request steps: - name: test image: golang:1.25 backend_options: kubernetes: serviceAccountName: kea-operator-ci resources: requests: memory: 512Mi cpu: "1" limits: memory: 2Gi cpu: "2" commands: - go test -race -count=1 ./api/... ./internal/...