When multiple inline tests are run in separate files, they are only diffed sequentially rather than at the same time. Demonstration of bug: https://github.com/ocaml/dune/pull/6943 This can be fixed by #6933 and a small tweak to the action in inline_tests.ml.