Update gitlab-ci
add RUST_BACKTRACE=1 in test stage
This commit is contained in:
parent
c9cfcd2728
commit
facab31551
@ -266,6 +266,7 @@ test-linux:
|
||||
before_script:
|
||||
- git submodule update --init --recursive
|
||||
script:
|
||||
- export RUST_BACKTRACE=1
|
||||
- ./test.sh --verbose
|
||||
tags:
|
||||
- rust-test
|
||||
|
Loading…
Reference in New Issue
Block a user