diff options
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84967caa8..fec4fe329 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,7 @@ jobs: echo ::set-env name=GH_ACTIONS::1 echo ::set-env name=RUSTC_WRAPPER::sccache echo ::set-env name=DENO_BUILD_MODE::release + echo ::set-env name=RUST_BACKTRACE::full - name: Environment (linux) if: startsWith(matrix.os, 'ubuntu') |