Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Nov 29, 2023
1 parent 8f27c60 commit 8527fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Run llvm-cov
run: |
for features in "--no-default-features", "--features sync_reader", "--features unaligned"
for features in "--no-default-features" "--features sync_reader" "--features unaligned"
do
cargo llvm-cov --no-report --doctests --workspace $features
done
Expand Down

0 comments on commit 8527fc6

Please sign in to comment.