We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17a6a8 commit 7d16da1Copy full SHA for 7d16da1
ci/all.sh
@@ -6,6 +6,8 @@ set -ex
6
7
: "${1?The all.sh script requires one argument.}"
8
9
+export RUST_BACKTRACE=1
10
+
11
op=$1
12
13
cargo_clean() {
ci/benchmark.sh
@@ -7,6 +7,8 @@
set -ex
if [[ ${NORUN} != 1 ]]; then
# Most benchmarks require hyperfine; require it upfront.
14
hash hyperfine 2>/dev/null || { echo >&2 "hyperfine is not in PATH."; exit 1; }
0 commit comments