diff --git a/.drone.yml b/.drone.yml index 59517eb..058d88b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: golang:latest commands: - make test - - make + - make install - name: coverage image: plugins/codecov