Skip to content

Commit f2b5d00

Browse files
committed
temporarirly enable backtrace for tests
1 parent ec8abd5 commit f2b5d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -ex
77
# Tests are all super fast anyway, and they fault often enough on travis that
88
# having only one thread increases debuggability to be worth it.
99
export RUST_TEST_THREADS=1
10-
#export RUST_BACKTRACE=1
10+
export RUST_BACKTRACE=1
1111
#export RUST_TEST_NOCAPTURE=1
1212

1313
FEATURES="strict,$FEATURES"

0 commit comments

Comments
 (0)