From 8527fc6ecbf83b76cc0f362dd966a9bd6009cf58 Mon Sep 17 00:00:00 2001 From: Daniel Eades Date: Wed, 29 Nov 2023 06:55:54 +0000 Subject: [PATCH] fixup --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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