From d8fef87a87dfd2a6886cbfc1dd1344c2f8dbfc76 Mon Sep 17 00:00:00 2001 From: Hamish Ivey-Law <426294+unzvfu@users.noreply.github.com> Date: Thu, 20 Apr 2023 03:38:00 +1000 Subject: [PATCH] Only print warning or errors from the log. (#996) --- .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 03924ba6..c8b35249 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -45,6 +45,7 @@ jobs: args: --all env: RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0 -Cprefer-dynamic=y + RUST_LOG: 1 CARGO_INCREMENTAL: 1 RUST_BACKTRACE: 1