only do integration tests when crate has been built
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Paul Campbell 2024-02-28 17:31:46 +00:00
parent 3c93a353b5
commit e9aa5ba1c4

View file

@ -86,6 +86,7 @@ steps:
image: *rust_image
commands:
- ./test.sh
when: *slow_check_paths
publish_to_crates_io:
image: *rust_image