ci: Print backtraces.

This commit is contained in:
Justus Winter 2019-03-12 14:28:11 +01:00
parent 888fee179e
commit eecb8ff065
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ build:binary:
- 'echo "Package: *\nPin: release a=testing\nPin-Priority: 150" > /etc/apt/preferences.d/limit_testing'
- apt update -qy
- apt install -qy libclang-dev build-essential pkg-config clang nettle-dev/testing
- cargo test --all
- RUST_BACKTRACE=full cargo test --all