Skip to content

Commit 73d6aed

Browse files
committed
.
1 parent 18b5476 commit 73d6aed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/eval/src/mill/eval/EvaluatorImpl.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ final class EvaluatorImpl(
308308
.collect { case (t: Task.Named[_], r) if r.asSuccess.isEmpty => t.ctx.segments.render }
309309
.toSet
310310

311-
// For tasks that were not successful, force them to re-run next time even if not changed
311+
// For tasks that were not successful, force them to re-run next time even
312+
// if not changed so the user can see that there are still failures remaining
312313
selective.saveMetadata(newMetadata.copy(forceRunTasks = failingTaskNames))
313314
}
314315

0 commit comments

Comments
 (0)