From f3df41782c613a3b091e5b28ad0d8c194dd1ea8c Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Tue, 27 Dec 2022 10:36:43 +0100 Subject: [PATCH] debugging --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38f650804..5de8fd466 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ name: CI env: RUSTFLAGS: -Dwarnings RUST_BACKTRACE: 1 + ACTIONS_STEP_DEBUG: true # Change to specific Rust release to pin rust_stable: stable rust_nightly: nightly-2022-11-03