Skip to content

Commit 72b610a

Browse files
committed
chore: try revert the changes in yml
1 parent 8ab4ae0 commit 72b610a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ jobs:
9696
run: cargo +${{ env.MSRV_ALSA }} check --examples --no-default-features --workspace --verbose
9797

9898
- name: Run tests (all features)
99-
run: cargo +${{ steps.msrv.outputs.all-features }} test --features=jack --workspace --verbose
99+
run: cargo +${{ steps.msrv.outputs.all-features }} test --features=all-features --workspace --verbose
100100

101101
- name: Check examples (all features)
102-
run: cargo +${{ steps.msrv.outputs.all-features }} check --examples --features=jack --workspace --verbose
102+
run: cargo +${{ steps.msrv.outputs.all-features }} check --examples --features=all --workspace --verbose
103103

104104
# Linux ARMv7 (cross-compilation)
105105
linux-armv7:

0 commit comments

Comments
 (0)