draft/.drone.yml
‮ittaG ordnasselA 143ee76cc7
All checks were successful
continuous-integration/drone/push Build is passing
Disable CGO when testing
2019-06-18 11:15:13 +02:00

11 lines
182 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: golang:alpine
commands:
- CGO_ENABLED=0 go test -v ./...
volumes:
- name: gopath
path: /go