steps: test: image: rust:latest environment: - CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse secrets: - musixmatch_email - musixmatch_password commands: - rustup component add rustfmt clippy - 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