Pass --max-fail to nextest so it doesn't fail fast
This commit is contained in:
parent
f63ef37218
commit
b251f74843
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ if [ "$nextest" = "1" ]; then
|
|||
cfg_flag="--config-file $cfg_file"
|
||||
fi
|
||||
|
||||
cmd="cargo nextest run ${cfg_flag:-} $flags"
|
||||
cmd="cargo nextest run ${cfg_flag:-} --max-fail=10 $flags"
|
||||
profile="--cargo-profile"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue