Skip to content

Commit

Permalink
add --nocapture
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Dec 10, 2024
1 parent b1e8ef7 commit 27a2bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/panic-abort.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 27a2bf8

Please sign in to comment.