Add RUST_BACKTRACE

This commit is contained in:
Grimes 2018-05-28 19:45:47 -07:00 committed by Grimes
parent c64cfb74f3
commit 86a50ae9e1
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ fi
# shellcheck disable=SC1090 # <-- shellcheck can't follow ~
source ~/.cargo/env
export RUST_BACKTRACE=1
cargo test --features=cuda
exit 0

View File

@ -5,6 +5,7 @@ cd "$(dirname "$0")/.."
rustc --version
cargo --version
export RUST_BACKTRACE=1
rustup component add rustfmt-preview
cargo build --verbose --features unstable
cargo test --verbose --features unstable

View File

@ -5,6 +5,7 @@ cd "$(dirname "$0")/.."
rustc --version
cargo --version
export RUST_BACKTRACE=1
rustup component add rustfmt-preview
cargo fmt -- --write-mode=diff
cargo build --verbose