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

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

View File

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