Compare commits
No commits in common. "9904597d8fad15c5eadde82960a7b9eea113afd7" and "6b4312a6a5dc8476851bf055f0aa4305cf3cd7fe" have entirely different histories.
9904597d8f
...
6b4312a6a5
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
steps:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
environment:
|
environment:
|
||||||
|
@ -11,5 +11,4 @@ steps:
|
||||||
- cargo fmt --all --check
|
- cargo fmt --all --check
|
||||||
- cargo clippy --all -- -D warnings
|
- cargo clippy --all -- -D warnings
|
||||||
- MUSIXMATCH_CLIENT=Desktop cargo test --workspace
|
- MUSIXMATCH_CLIENT=Desktop cargo test --workspace
|
||||||
- sleep 60 # because of Musixmatch rate limit
|
|
||||||
- MUSIXMATCH_CLIENT=Android cargo test --workspace
|
- MUSIXMATCH_CLIENT=Android cargo test --workspace
|
||||||
|
|
Loading…
Reference in a new issue