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