From e4d452c55d5c05f4036007686b99790e9738cd69 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Fri, 23 Feb 2024 09:38:17 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b529e0..38f11c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,8 @@ jobs: with: command: test args: --all-features --all + env: + RUST_BACKTRACE: 1 lints: name: Lints