Skip to content

Commit a8eb526

Browse files
committed
Temporarily enable backtraces in CI
1 parent d17a6a8 commit a8eb526

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/all.sh

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ set -ex
66

77
: "${1?The all.sh script requires one argument.}"
88

9+
export RUST_BACKTRACE=1
10+
911
op=$1
1012

1113
cargo_clean() {

0 commit comments

Comments
 (0)