Skip to content

Commit 7bc7b46

Browse files
committed
Don't remove dev dependencies but instead use --no-dev-deps option of cargo hack which will restore Cargo.toml after run
Signed-off-by: Christian König <[email protected]>
1 parent b24fb87 commit 7bc7b46

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

test.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ cargo hack clippy --each-feature
1414

1515
cargo build --workspace --examples
1616
cargo test --workspace
17-
cargo hack --workspace --remove-dev-deps
1817
cargo check -p librespot-core --no-default-features
1918
cargo check -p librespot-core
20-
cargo hack check --each-feature -p librespot-discovery
21-
cargo hack check --each-feature -p librespot-playback
22-
cargo hack check --each-feature
19+
cargo hack check --no-dev-deps --each-feature -p librespot-discovery
20+
cargo hack check --no-dev-deps --each-feature -p librespot-playback
21+
cargo hack check --no-dev-deps --each-feature

0 commit comments

Comments
 (0)