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 7360bda commit 5a5f790
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y capnproto libcapnp-dev
- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@nightly
with:
components: llvm-tools-preview
- uses: dtolnay/rust-toolchain@nightly

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

- 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 5a5f790

Please sign in to comment.