pipeline: test_short: image: golang:latest commands: - go build main.go - go test -v ./... when: event: [pull_request]