Add RUST_BACKTRACE
This commit is contained in:
parent
c64cfb74f3
commit
86a50ae9e1
|
@ -16,6 +16,7 @@ fi
|
||||||
|
|
||||||
# shellcheck disable=SC1090 # <-- shellcheck can't follow ~
|
# shellcheck disable=SC1090 # <-- shellcheck can't follow ~
|
||||||
source ~/.cargo/env
|
source ~/.cargo/env
|
||||||
|
export RUST_BACKTRACE=1
|
||||||
cargo test --features=cuda
|
cargo test --features=cuda
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
@ -5,6 +5,7 @@ cd "$(dirname "$0")/.."
|
||||||
rustc --version
|
rustc --version
|
||||||
cargo --version
|
cargo --version
|
||||||
|
|
||||||
|
export RUST_BACKTRACE=1
|
||||||
rustup component add rustfmt-preview
|
rustup component add rustfmt-preview
|
||||||
cargo build --verbose --features unstable
|
cargo build --verbose --features unstable
|
||||||
cargo test --verbose --features unstable
|
cargo test --verbose --features unstable
|
||||||
|
|
|
@ -5,6 +5,7 @@ cd "$(dirname "$0")/.."
|
||||||
rustc --version
|
rustc --version
|
||||||
cargo --version
|
cargo --version
|
||||||
|
|
||||||
|
export RUST_BACKTRACE=1
|
||||||
rustup component add rustfmt-preview
|
rustup component add rustfmt-preview
|
||||||
cargo fmt -- --write-mode=diff
|
cargo fmt -- --write-mode=diff
|
||||||
cargo build --verbose
|
cargo build --verbose
|
||||||
|
|
Loading…
Reference in New Issue