From db7001c749718e93f54d3b58277adcd0b8c33000 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Fri, 3 Nov 2023 10:03:15 +0100 Subject: [PATCH] fix typo in .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 47b6c9d..246cca6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: arch: amd64 steps: - - name: test and build + - name: build and test image: rust:1 pull: always commands: @@ -75,7 +75,7 @@ platform: arch: arm64 steps: - - name: test and build + - name: build and test image: rust:1 pull: always commands: