From 26a2b112dcd0b498ce71c90dae8c607096a440c5 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Wed, 23 Aug 2023 20:36:21 +0200 Subject: [PATCH] Remove grcov from windows CI --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec0e928..5d09d7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,10 +146,6 @@ jobs: toolchain: ${{ matrix.toolchain }} - run: cargo test --all-features - - name: rust-grcov - # You may pin to the exact commit or the version. - # uses: actions-rs/grcov@bb47b1ed7883a1502fa6875d562727ace2511248 - uses: actions-rs/grcov@v0.1 ################# # Documentation #