Compare commits
2 commits
6b4312a6a5
...
9904597d8f
Author | SHA1 | Date | |
---|---|---|---|
9904597d8f | |||
2300932afc |
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
pipeline:
|
steps:
|
||||||
test:
|
test:
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
environment:
|
environment:
|
||||||
|
@ -11,4 +11,5 @@ pipeline:
|
||||||
- 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