From d6a0a2e77216f92489122a55748517a8df573a81 Mon Sep 17 00:00:00 2001 From: Jakub Nabaglo Date: Fri, 3 Dec 2021 13:23:43 -0800 Subject: [PATCH] Run CI on optimized build (#384) * Run CI on optimized build * Enable overflow checks --- .github/workflows/continuous-integration-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 4cb70602..bf54ab3d 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -28,6 +28,8 @@ jobs: with: command: test args: --all + env: + RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y lints: name: Formatting and Clippy