diff --git a/ci/panic-abort.sh b/ci/panic-abort.sh index 4284791f1..61c90c14e 100755 --- a/ci/panic-abort.sh +++ b/ci/panic-abort.sh @@ -1,4 +1,4 @@ #!/bin/bash set -ex -RUSTFLAGS="$RUSTFLAGS -Cpanic=abort -Zpanic-abort-tests" cargo test --all-features --test '*' +RUSTFLAGS="$RUSTFLAGS -Cpanic=abort -Zpanic-abort-tests" cargo test --all-features --test '*' -- --nocapture