1kind: pipeline 2name: default 3 4steps: 5- name: build 6 image: golang:1.11 7 commands: 8 - go test -v ./...
View as plain text