Update gitlab-ci

add RUST_BACKTRACE=1 in test stage
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-09-29 02:50:37 +07:00 committed by GitHub
parent 6df1c3d157
commit 6b541bc774
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ test-linux:
before_script:
- git submodule update --init --recursive
script:
- export RUST_BACKTRACE=1
- ./test.sh --verbose
tags:
- rust-test