ci: run tests with RUST_BACKTRACE

Handy to debug failing tests.
This commit is contained in:
Guillaume Desmottes 2022-02-22 17:31:35 +01:00 committed by Sebastian Dröge
parent 94fce11b25
commit 930bfce629

View file

@ -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