From 7bc7b46b9e02cb738446b071f490a118832ab02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sun, 31 Mar 2024 14:51:13 +0000 Subject: [PATCH] Don't remove dev dependencies but instead use --no-dev-deps option of cargo hack which will restore Cargo.toml after run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- test.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test.sh b/test.sh index a3a0cbd5..0d6bb291 100755 --- a/test.sh +++ b/test.sh @@ -14,9 +14,8 @@ cargo hack clippy --each-feature cargo build --workspace --examples cargo test --workspace -cargo hack --workspace --remove-dev-deps cargo check -p librespot-core --no-default-features cargo check -p librespot-core -cargo hack check --each-feature -p librespot-discovery -cargo hack check --each-feature -p librespot-playback -cargo hack check --each-feature +cargo hack check --no-dev-deps --each-feature -p librespot-discovery +cargo hack check --no-dev-deps --each-feature -p librespot-playback +cargo hack check --no-dev-deps --each-feature