---
kind: pipeline
name: verify

steps:
  - name: test
    image: golang
    commands:
      - go test -v ./...