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