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