From 0da02973d52aa3b764d7700e698b9fb6bb27b4e1 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Fri, 15 Oct 2021 04:59:56 +0900 Subject: [PATCH] Run tests with RUST_BACKTRACE envvar --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c8846c0d3..295be8fac5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,6 +19,8 @@ env: jobs: rust_tests: + env: + RUST_BACKTRACE: full name: Run rust tests runs-on: ${{ matrix.os }} strategy: @@ -97,6 +99,8 @@ jobs: command: check snippets_cpython: + env: + RUST_BACKTRACE: full name: Run snippets and cpython tests runs-on: ${{ matrix.os }} strategy: