mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 12:44:39 +00:00
travis: enable RUST_BACKTRACE
RUST_BACKTRACE=1 will help us a lot to debug unit tests when a test is failing Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
cda7acf7da
commit
96f8769a99
@ -7,7 +7,9 @@ dist: bionic
|
|||||||
os: linux
|
os: linux
|
||||||
language: go
|
language: go
|
||||||
go: 1.14.4
|
go: 1.14.4
|
||||||
env: target_branch=$TRAVIS_BRANCH
|
env:
|
||||||
|
- target_branch=$TRAVIS_BRANCH
|
||||||
|
- RUST_BACKTRACE=1
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git remote set-branches --add origin "${TRAVIS_BRANCH}"
|
- git remote set-branches --add origin "${TRAVIS_BRANCH}"
|
||||||
|
Loading…
Reference in New Issue
Block a user