From 130d0e595a2379722814c48bd609edb95af1bcd8 Mon Sep 17 00:00:00 2001 From: LeChatP Date: Fri, 25 Aug 2023 12:11:58 +0200 Subject: [PATCH] wrong env var --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f349cc2f..fe6d3eb2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: - name: run tests with coverage run: cargo test env: - CARGO_LOG: debug + RUST_LOG: debug CARGO_INCREMENTAL: 0 RUSTFLAGS: '-Cinstrument-coverage' LLVM_PROFILE_FILE: 'cargo-test-%p-%m.profraw'