From 94b73e87bc8d0faa6e9e1127543939ae919522f4 Mon Sep 17 00:00:00 2001 From: Daniel Lubarov Date: Fri, 9 Dec 2022 14:48:00 -0800 Subject: [PATCH] backtraces --- .github/workflows/continuous-integration-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 48848b73..0e3e5977 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -46,6 +46,7 @@ jobs: env: RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0 -Cprefer-dynamic=y CARGO_INCREMENTAL: 1 + RUST_BACKTRACE: 1 lints: name: Formatting and Clippy