kind: pipeline name: default steps: - name: build image: golang:1.11 commands: - go test -v ./...