diff --git a/.drone.yml b/.drone.yml index 4c8088d..5da1bc0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: docker -name: testing +name: test-pipeline platform: os: linux @@ -85,6 +85,10 @@ steps: status: - failure - success + depends_on: + - test + - lint + - tidy volumes: - name: gopath