From 5c334f4693d4238ccaac0d80054a54c8a6599b8c Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 5 Aug 2024 17:03:48 +0200 Subject: [PATCH] Wip --- .github/workflows/CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 124a08f75e..32c9929530 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -1013,6 +1013,7 @@ jobs: - name: Test run: cargo nextest run --profile ci --hide-progress-bar ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} -p uucore -p coreutils env: + CARGO_INCREMENTAL: "0" RUSTC_WRAPPER: "" RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort" RUSTDOCFLAGS: "-Cpanic=abort"