Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 9e98cfd

Browse files
committed
Pass --max-fail to nextest so it doesn't fail fast
1 parent e116e0c commit 9e98cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libm/ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ if [ "$nextest" = "1" ]; then
9393
cfg_flag="--config-file $cfg_file"
9494
fi
9595

96-
cmd="cargo nextest run ${cfg_flag:-} $flags"
96+
cmd="cargo nextest run ${cfg_flag:-} --max-fail=10 $flags"
9797
profile="--cargo-profile"
9898
fi
9999

0 commit comments

Comments
 (0)