Merge pull request #3769 from matklad/bt

Enable backtrace on CI
This commit is contained in:
Aleksey Kladov 2020-03-30 10:51:59 +02:00 committed by GitHub
commit 846cbe7d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUN_SLOW_TESTS: 1
RUST_BACKTRACE: short
RUSTFLAGS: -D warnings
RUSTUP_MAX_RETRIES: 10