Add cargo clean to test.sh

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser 2024-08-29 22:28:53 +02:00
parent bec54a64f1
commit 102a8fd833
No known key found for this signature in database

View file

@ -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