mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Add cargo clean to test.sh
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
parent
bec54a64f1
commit
102a8fd833
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
|
||||
# this script runs the tests and checks that also run as part of the`test.yml` github action workflow
|
||||
|
||||
cargo clean
|
||||
cargo fmt --all -- --check
|
||||
cargo clippy -p librespot-core --no-default-features
|
||||
cargo clippy -p librespot-core
|
||||
|
|
Loading…
Reference in a new issue