Skip to content

Commit

Permalink
only test target for msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Sep 11, 2023
1 parent ec5c058 commit 30f75e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
components: rustfmt
- uses: Swatinem/rust-cache@v2
- name: Test voicemeeter
run: cargo test --all-targets --all-features --workspace
run: cargo test --all-features ${{matrix.rust == 'nightly' && '--workspace --all-targets' || ''}}
rustfmt:
name: Rustfmt
runs-on: windows-latest
Expand Down

0 comments on commit 30f75e7

Please sign in to comment.