mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-29 15:01:07 +00:00
ci: run tests with RUST_BACKTRACE
Handy to debug failing tests.
This commit is contained in:
parent
52f5dc0185
commit
ab344a469a
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ update-nightly:
|
||||||
variables:
|
variables:
|
||||||
# csound-sys only looks at /usr/lib and /usr/local top levels
|
# csound-sys only looks at /usr/lib and /usr/local top levels
|
||||||
CSOUND_LIB_DIR: '/usr/lib/x86_64-linux-gnu/'
|
CSOUND_LIB_DIR: '/usr/lib/x86_64-linux-gnu/'
|
||||||
|
RUST_BACKTRACE: 'full'
|
||||||
script:
|
script:
|
||||||
- rustc --version
|
- rustc --version
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue