Skip to content

Commit 41a9035

Browse files
committed
wip: don't land
1 parent 3ae8aa7 commit 41a9035

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/run.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ 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_BACKTRACE=full
10-
#export RUST_TEST_NOCAPTURE=1
10+
export RUST_TEST_NOCAPTURE=1
11+
export RUST_TEST_THREADS=1
1112

1213
RUSTFLAGS="$RUSTFLAGS --cfg stdsimd_strict"
1314

@@ -49,7 +50,7 @@ cargo_test() {
4950
then
5051
if [ "$TARGET" != "wasm32-unknown-unknown" ]
5152
then
52-
cmd="$cmd --quiet"
53+
cmd="$cmd"
5354
fi
5455
fi
5556
$cmd

0 commit comments

Comments
 (0)