From c2a9dbfd3838cde40257212231a600f35a9cf3a4 Mon Sep 17 00:00:00 2001 From: Denis Smirnov <sd@picodata.io> Date: Tue, 28 Mar 2023 13:16:42 +0700 Subject: [PATCH] ci: print full backtraces on test failure --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb77ddb6fe..ea1e9b586f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,7 @@ test: variables: GIT_DEPTH: 100 GIT_SUBMODULE_STRATEGY: recursive - RUST_BACKTRACE: 1 + RUST_BACKTRACE: full before_script: # Gitlab CI implicitly clones specific refs (e.g. `refs/pipelines/xxxxxxx`), # but it doesn't imply fetching tags. We clone them manually with the -- GitLab