We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f07abb commit 412801fCopy full SHA for 412801f
.github/workflows/test.yml
@@ -100,8 +100,7 @@ jobs:
100
- run: cargo build -p librespot-core --no-default-features
101
- run: cargo build -p librespot-core
102
- run: cargo hack build --each-feature -p librespot-audio
103
- - run: cargo build -p librespot-connect
104
- - run: cargo build -p librespot-connect --no-default-features --features with-dns-sd
+ - run: cargo hack build --each-feature -p librespot-discovery
105
- run: cargo hack build --locked --each-feature
106
107
test-windows:
0 commit comments