From 8d093a8440db7e3a2c381d1fc57736b3fbb30e5f Mon Sep 17 00:00:00 2001 From: Jakub Nabaglo Date: Thu, 30 Dec 2021 18:22:35 -0800 Subject: [PATCH] Decrease CI scratch disk space (#412) * Decrease CI scratch disk space * Daniel PR review --- .github/workflows/continuous-integration-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index bf54ab3d..1f1db14b 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -29,7 +29,8 @@ jobs: command: test args: --all env: - RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y + RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0 -Cprefer-dynamic=y + CARGO_INCREMENTAL: 0 lints: name: Formatting and Clippy