rest-api/.drone.yml
Piotr Biernat 04684d0b48
All checks were successful
continuous-integration/drone/push Build is passing
Added DroneCI config
2020-09-17 20:53:31 +02:00

10 lines
103 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go test
- go build