Skip to content

Commit 7d16da1

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-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() {

ci/benchmark.sh

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
set -ex
99

10+
export RUST_BACKTRACE=1
11+
1012
if [[ ${NORUN} != 1 ]]; then
1113
# Most benchmarks require hyperfine; require it upfront.
1214
hash hyperfine 2>/dev/null || { echo >&2 "hyperfine is not in PATH."; exit 1; }

0 commit comments

Comments
 (0)