Skip to content

Commit 4cb8b63

Browse files
authored
ci: add --no-fail-fast (#11419)
CI is pretty fast overall so I'd prefer seeing all tests that fail rather than just the first one that happens in that run.
1 parent 8ce931c commit 4cb8b63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/matrices.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ def main():
128128
flags += " --features=isolate-by-default"
129129
name += os_str
130130

131+
flags += " --no-fail-fast"
132+
131133
obj = Expanded(
132134
name=name,
133135
runner_label=target.runner_label,

0 commit comments

Comments
 (0)