diff --git a/.drone.yml b/.drone.yml index b8d905d2..e2247bcb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,11 +11,15 @@ steps: image: golang:1.20 commands: - make build + depends_on: + - make check - name: make test image: golang:1.20 commands: - make test + depends_on: + - make check - name: fetch image: docker:git