Save successful test results even when others fail

We currently only store selective testing results when all tests succeed. However, that’s unnecessarily restrictive.

It’s quite common for selective testing solutions from other ecosystems such as Elixir with Mix to cache successful test runs even if there are other tests in the test suite that fail.

To get the metadata for which tests failed or not, we will most likely have to parse the .xcresult bundle generated by xcodebuild.

1 Like

This got now merged into main :100:

1 Like