diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1c7a3851c..b1ee49958 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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