Skip to content

Commit 798d46f

Browse files
committed
Enable no-fail-fast for more usable test output
1 parent ffdf4b0 commit 798d46f

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
@@ -21,7 +21,7 @@ fi
2121
if [ "${NO_STD:-}" = "1" ]; then
2222
echo "nothing to do for no_std"
2323
else
24-
run="cargo test --manifest-path testcrate/Cargo.toml --target $target"
24+
run="cargo test --manifest-path testcrate/Cargo.toml --no-fail-fast --target $target"
2525
$run
2626
$run --release
2727
$run --features c

0 commit comments

Comments
 (0)