From de6e989cd3634ee783d47f8ec2caac8d16c77436 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 17 Aug 2025 22:41:02 +0200 Subject: ci: Add RUST_BACKTRACE to all jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df4ad3d..6a25bf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: branches: [main] env: + RUST_BACKTRACE: 1 RUSTFLAGS: "-Dwarnings" jobs: -- cgit v1.2.3