From 930bfce629ded7f6eebad3ce4905d13f9b3c6abd Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 22 Feb 2022 17:31:35 +0100 Subject: [PATCH] ci: run tests with RUST_BACKTRACE Handy to debug failing tests. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3555308e..49260b80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -129,6 +129,7 @@ update-nightly: variables: # csound-sys only looks at /usr/lib and /usr/local top levels CSOUND_LIB_DIR: '/usr/lib/x86_64-linux-gnu/' + RUST_BACKTRACE: 'full' script: - rustc --version