1
0
Fork 0
g-g-g-g-geil/.drone.yml
Daniele Tricoli 71fca38e84
All checks were successful
continuous-integration/drone/push Build is passing
Add CI pipeline
2021-02-09 18:05:43 +01:00

12 lines
153 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang:1.15
commands:
- go build
- go vet
- go test -v