Skip to content

Commit

Permalink
fixup! Enable empty featureset test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jul 23, 2024
1 parent d9a9560 commit 0c3c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
if: ${{ !matrix.coverage }}
with:
command: test
args: --all-targets --no-fail-fast --no-default-features --features ${{ matrix.features }}
args: --all-targets --no-fail-fast --no-default-features --features \"${{ matrix.features }}\"

- name: Run doc tests
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 0c3c4d0

Please sign in to comment.