1
0
Fork 0
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:
Bartek Iwańczuk 2019-11-14 14:56:47 +01:00 committed by Ry Dahl
parent 4189cc1ab5
commit 38ffe8886d

View file

@ -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')