diff --git a/.drone.yml b/.drone.yml index ca9a4eb..04f6c14 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,7 @@ kind: pipeline name: default steps: - - name: test + - name: build image: golang commands: - - go test - make