From 2ee77a49de197f90d646e79642a0a62108a70767 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler <71695780+ellmau@users.noreply.github.com> Date: Thu, 16 Dec 2021 16:10:57 +0100 Subject: [PATCH] Update grcov.yml --- .github/workflows/grcov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/grcov.yml b/.github/workflows/grcov.yml index f30c337..b775b38 100644 --- a/.github/workflows/grcov.yml +++ b/.github/workflows/grcov.yml @@ -34,7 +34,7 @@ jobs: args: --all env: CARGO_INCREMENTAL: 0 - RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests" + RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests" # Note that `actions-rs/grcov` Action can install `grcov` too, # but can't use faster installation methods yet.