From e9aa5ba1c4e70f6d0c69abeaa9a1e7b44de118ec Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 28 Feb 2024 17:31:46 +0000 Subject: [PATCH] only do integration tests when crate has been built --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index b2d8b5d..b6cce0c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -86,6 +86,7 @@ steps: image: *rust_image commands: - ./test.sh + when: *slow_check_paths publish_to_crates_io: image: *rust_image