lobby/.drone.yml
Adam Štrauch 66683c9496
All checks were successful
continuous-integration/drone/push Build is passing
Update drone.yml file format
2021-09-17 19:06:37 +02:00

11 lines
125 B
YAML

kind: pipeline
type: docker
name: testing
steps:
- name: test
image: golang
commands:
- go mod tidy
- make test