We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16de6a7 commit c49e132Copy full SHA for c49e132
1 file changed
.github/workflows/test.yml
@@ -99,8 +99,8 @@ jobs:
99
- run: cargo hack --workspace --remove-dev-deps
100
- run: cargo build -p librespot-core --no-default-features
101
- run: cargo build -p librespot-core
102
- - run: cargo build -p librespot-connect
103
- - run: cargo build -p librespot-connect --no-default-features --features with-dns-sd
+ - run: cargo hack build --each-feature -p librespot-discovery
+ - run: cargo hack build --each-feature -p librespot-playback
104
- run: cargo hack build --each-feature
105
106
test-windows:
0 commit comments