mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
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 <ckoenig@posteo.de>
This commit is contained in:
parent
b24fb871ae
commit
7bc7b46b9e
1 changed files with 3 additions and 4 deletions
7
test.sh
7
test.sh
|
@ -14,9 +14,8 @@ cargo hack clippy --each-feature
|
||||||
|
|
||||||
cargo build --workspace --examples
|
cargo build --workspace --examples
|
||||||
cargo test --workspace
|
cargo test --workspace
|
||||||
cargo hack --workspace --remove-dev-deps
|
|
||||||
cargo check -p librespot-core --no-default-features
|
cargo check -p librespot-core --no-default-features
|
||||||
cargo check -p librespot-core
|
cargo check -p librespot-core
|
||||||
cargo hack check --each-feature -p librespot-discovery
|
cargo hack check --no-dev-deps --each-feature -p librespot-discovery
|
||||||
cargo hack check --each-feature -p librespot-playback
|
cargo hack check --no-dev-deps --each-feature -p librespot-playback
|
||||||
cargo hack check --each-feature
|
cargo hack check --no-dev-deps --each-feature
|
||||||
|
|
Loading…
Reference in a new issue