Skip to content

Commit

Permalink
ci: librespot-core must have either one of the 2 rustls feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverMira committed Nov 24, 2024
1 parent 3dd01e5 commit 077c000
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:

- run: cargo install cargo-hack
- run: cargo hack --workspace --remove-dev-deps
- run: cargo clippy -p librespot-core --no-default-features
- run: cargo clippy -p librespot-core
- run: cargo clippy -p librespot-core --no-default-features --features rustls-native-roots
- run: cargo clippy -p librespot-core --no-default-features --features rustls-webpki-roots
- run: cargo hack clippy --each-feature -p librespot-discovery
- run: cargo hack clippy --each-feature -p librespot-playback
- run: cargo hack clippy --each-feature
Expand Down Expand Up @@ -148,8 +148,8 @@ jobs:

- run: cargo install cargo-hack
- run: cargo hack --workspace --remove-dev-deps
- run: cargo check -p librespot-core --no-default-features
- run: cargo check -p librespot-core
- run: cargo check -p librespot-core --no-default-features --features rustls-native-roots
- run: cargo check -p librespot-core --no-default-features --features rustls-webpki-roots
- run: cargo hack check --each-feature -p librespot-discovery
- run: cargo hack check --each-feature -p librespot-playback
- run: cargo hack check --each-feature
Expand Down

0 comments on commit 077c000

Please sign in to comment.