mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
add RUST_BACKTRACE to ci
This commit is contained in:
parent
4189cc1ab5
commit
38ffe8886d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue