From d8d9ce8b7fd79aaafadec4ff058ee54726c43510 Mon Sep 17 00:00:00 2001 From: Sebastian Miasojed Date: Fri, 27 Oct 2023 23:21:33 +0200 Subject: [PATCH] Removed traces from CI --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afca5f200c5..08e7ecd5680 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -425,12 +425,7 @@ jobs: # RUSTFLAGS are the cause target cache can't be used here # FIXME: cust-covfix doesn't support the external target dir # https://github.com/Kogia-sima/rust-covfix/issues/7 - echo "$CARGO_TARGET_DIR" - unset "CARGO_TARGET_DIR" - echo "after" - echo "$CARGO_TARGET_DIR" - cargo clean # make sure there's no stale coverage artifacts find . -name "*.profraw" -type f -delete