We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab4ae0 commit 72b610aCopy full SHA for 72b610a
1 file changed
.github/workflows/platforms.yml
@@ -96,10 +96,10 @@ jobs:
96
run: cargo +${{ env.MSRV_ALSA }} check --examples --no-default-features --workspace --verbose
97
98
- name: Run tests (all features)
99
- run: cargo +${{ steps.msrv.outputs.all-features }} test --features=jack --workspace --verbose
+ run: cargo +${{ steps.msrv.outputs.all-features }} test --features=all-features --workspace --verbose
100
101
- name: Check examples (all features)
102
- run: cargo +${{ steps.msrv.outputs.all-features }} check --examples --features=jack --workspace --verbose
+ run: cargo +${{ steps.msrv.outputs.all-features }} check --examples --features=all --workspace --verbose
103
104
# Linux ARMv7 (cross-compilation)
105
linux-armv7:
0 commit comments