--- kind: pipeline type: docker name: default trigger: branch: - master steps: - name: test image: golang:1.14.15 commands: - go test ./...