github.com/danil/iso8583@v0.21.0/.drone.yml (about)

     1  kind: pipeline
     2  type: docker
     3  name: default
     4  
     5  steps:
     6  - name: test
     7    image: golang
     8    commands:
     9    - go test ./...
    10    - go test -v -race -count=10 ./...
    11    - go build ./...