add --no-fail-fast to cargo test in CI
This commit is contained in:
parent
8dc3d2bc11
commit
6f6075a473
|
@ -643,7 +643,7 @@ def _run_cargo_test(
|
|||
command = ["cargo"]
|
||||
if "careful" in session.posargs:
|
||||
command.append("careful")
|
||||
command.append("test")
|
||||
command.extend(("test", "--no-fail-fast"))
|
||||
if "release" in session.posargs:
|
||||
command.append("--release")
|
||||
if package:
|
||||
|
|
Loading…
Reference in New Issue