diff --git a/.drone.yml b/.drone.yml index 26207d49..9dd7664b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,13 +7,6 @@ steps: commands: - make check - - name: make build - image: golang:1.21 - commands: - - make build - depends_on: - - make check - - name: make test image: golang:1.21 environment: @@ -29,7 +22,6 @@ steps: - git fetch --tags depends_on: - make check - - make build - make test when: event: tag