diff --git a/.woodpecker.yml b/.woodpecker.yml index c93721f..5661a72 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,4 @@ -pipeline: +steps: test: image: rust:latest environment: @@ -11,4 +11,5 @@ pipeline: - cargo fmt --all --check - cargo clippy --all -- -D warnings - MUSIXMATCH_CLIENT=Desktop cargo test --workspace + - sleep 60 # because of Musixmatch rate limit - MUSIXMATCH_CLIENT=Android cargo test --workspace