Skip to content

Commit c49e132

Browse files
committed
Update workflow
1 parent 16de6a7 commit c49e132

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
- run: cargo hack --workspace --remove-dev-deps
100100
- run: cargo build -p librespot-core --no-default-features
101101
- 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
102+
- run: cargo hack build --each-feature -p librespot-discovery
103+
- run: cargo hack build --each-feature -p librespot-playback
104104
- run: cargo hack build --each-feature
105105

106106
test-windows:

0 commit comments

Comments
 (0)