--- kind: pipeline name: default steps: - name: build, test and benchmark image: golang commands: - go test - go test -bench=. - go build