From ab344a469a51c32b8ac75c6c3763e7c7266e5f3a 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 33c5311e..b63c81ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,6 +136,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