From 3a199ffd6a7e1a9b2a5edffc3c6f6fd6aad5e3fb Mon Sep 17 00:00:00 2001 From: justine Date: Wed, 11 Jan 2023 18:21:40 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c294730..0b11b61 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,10 +7,11 @@ steps: - name: Compile image: rust:1.66.0-alpine3.17 commands: - - apk add build-base make bash + - apk add build-base make - cargo build --verbose - name: Tests image: rust:1.66.0-alpine3.17 commands: + - apk add bash - cargo test -- --nocapture