updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2020-04-07 00:09:03 +02:00
parent 10b5f4e2ca
commit 38096a41e7

View File

@ -3,8 +3,7 @@ kind: pipeline
name: default name: default
steps: steps:
- name: test - name: build
image: golang image: golang
commands: commands:
- go test
- make - make