kind: pipeline type: docker name: testing steps: - name: test image: golang commands: - go mod tidy - make test