Skip to content
Snippets Groups Projects

chore(CI): RUST_BACKTRACE=1 when running integration tests

Merged Georgy Moshkin requested to merge chore/rust_backtrace=1-on-CI into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -70,6 +70,7 @@ build:
# - git submodule foreach --recursive 'git fetch --tags; git describe --always'
- pushd tarantool-sys; git describe; popd
- pushd tarantool-sys/third_party/luajit; git describe; popd
- export RUST_BACKTRACE=1
- cargo -V
- cargo build --locked
- cargo test --locked
Loading