Update gitlab-ci

add RUST_BACKTRACE=1 in test stage
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-09-28 01:52:17 +07:00 committed by GitHub
parent c9cfcd2728
commit facab31551

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