diff --git a/.drone.yml b/.drone.yml index d326323..011f00e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,5 +7,5 @@ steps: - name: Unit tests image: golang:alpine3.16 commands: - - apt update && apk add make + - apk update && apk add make - make test \ No newline at end of file