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