Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-03-10 23:17:39 +00:00
parent 6dc2a47f90
commit 015915204d

View File

@@ -4,8 +4,11 @@ type: kubernetes
name: elbot
steps:
- name: greeting
- name: try build
image: golang:1.12
commands:
- go build
- name: try test
image: golang:1.12
commands:
- go test