From 606c7597c6e48928d4fb124bcae57dd0dc7e652e Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Sat, 18 Jul 2020 23:13:10 +0200 Subject: [PATCH] ci: enable RUST_BACKTRACE Signed-off-by: Marc-Antoine Perennou --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b9439bde..3fe6461da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ on: env: RUSTFLAGS: -Dwarnings + RUST_BACKTRACE: 1 jobs: build_and_test: