From a0f61173dc0624256272fc819b941b22973df599 Mon Sep 17 00:00:00 2001 From: Skyf0l <59019720+skyf0l@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:36:03 +0200 Subject: [PATCH] fix: install cargo-llvm-cov --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f4369f..ef99065 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: - uses: swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 - uses: taiki-e/install-action@b28eee2bb643cb4606a986e802770206f53c5259 # v2.41.12 with: - tool: cargo-nextest,grcov + tool: cargo-nextest,cargo-llvm-cov - name: Tests run: cargo llvm-cov nextest --lcov --output-path lcov.info --all-features --lib --bins --test keys