Update drone.yml file format
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adam Štrauch 2021-09-17 19:06:37 +02:00
parent 24923a305b
commit 66683c9496
Signed by: cx
GPG Key ID: 018304FFA8988F8D

View File

@ -1,7 +1,10 @@
# .woodpecker.yml
pipeline:
test:
image: golang
commands:
- go mod tidy
- make test
kind: pipeline
type: docker
name: testing
steps:
- name: test
image: golang
commands:
- go mod tidy
- make test