From 6b541bc7746ff7bdc6d568bada73b6103b8304e1 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Thu, 29 Sep 2016 02:50:37 +0700 Subject: [PATCH] Update gitlab-ci add RUST_BACKTRACE=1 in test stage --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58036eb88..6c3b5389b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -266,6 +266,7 @@ test-linux: before_script: - git submodule update --init --recursive script: + - export RUST_BACKTRACE=1 - ./test.sh --verbose tags: - rust-test