From a15c97a55f87bbe77f39c2aac46af4f115cac8c6 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 26 Feb 2024 09:30:29 +0000 Subject: [PATCH] use same image for int_test to preseve target? --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0bf6420..ec38d74 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -82,9 +82,8 @@ steps: when: *slow_check_paths integration_test: - image: docker.io/alpine:latest + image: *rust_image commands: - - apk add bash - ./test.sh publish_to_crates_io: