From a095031e37403e96c9ca987412ff0a4379159b6f Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:27:08 -0300 Subject: [PATCH] ci/windows: add RUST_BACKTRACE: 1 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ffd8397f6..e19c9c61f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -148,6 +148,7 @@ jobs: if: ${{ runner.os == 'Windows' }} env: GLEAM_LOG: trace + RUST_BACKTRACE: 1 - name: test/project_erlang (non-windows) run: |