From 3d7db5a1be6cf12174e54c65c8877343e53127b0 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 3 Jul 2025 08:07:51 +0200 Subject: [PATCH] Attempt to fix drone configuration --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3b0c68a..263685d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,8 @@ steps: - name: test image: rust + depends_on: + - code_quality volumes: - name: rust_registry path: /usr/local/cargo/registry