From 102a8fd833942c994f28e43f93c360742fe9da7d Mon Sep 17 00:00:00 2001 From: yubiuser Date: Thu, 29 Aug 2024 22:28:53 +0200 Subject: [PATCH] Add cargo clean to test.sh Signed-off-by: yubiuser --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 0d6bb291..0d0c34ad 100755 --- a/test.sh +++ b/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