Compare commits

..

View file

@ -1,4 +1,4 @@
steps:
pipeline:
test:
image: rust:latest
environment:
@ -11,5 +11,4 @@ steps:
- 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