From 17a09e4fbea816615d036670132c60bd3565e09b Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Mon, 17 Jan 2022 14:10:25 -0600 Subject: [PATCH] Move to plain alpine for tests --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a27ab11..12aacb6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,9 +46,10 @@ platform: steps: - name: tests - image: rust:1-alpine + image: alpine:edge pull: always commands: + - apk add rust cargo - cargo test trigger: @@ -68,9 +69,10 @@ platform: steps: - name: tests - image: rust:1-alpine + image: alpine:edge pull: always commands: + - apk add rust cargo - cargo test trigger: