Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-02-22 19:31:35 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-02-22 19:31:35 +0300
commitab344a469a51c32b8ac75c6c3763e7c7266e5f3a (patch)
treececc04dbc355d9bf1d2348990f0972d2bef11d70 /.gitlab-ci.yml
parent52f5dc01859a0d61975da6d3822784d2471d7284 (diff)
ci: run tests with RUST_BACKTRACE
Handy to debug failing tests.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33c5311ec..b63c81ba6 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