You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
- Quis custodiet ipsos custodies? (Who tests the tests?)
Solution:
- Mutation testing tests the tests.
Note:
- To run mutation tests, build the `mull_tests` target.
- Mull tests are run as a CI job but this doesn't gate `merge_ok`.
- The CI job runs mutations tests on ubuntu-22.04, LLVM 15, mull v0.23.0. This
is the current "latest version" taking into consideration the constraints. When
we run on ubuntu-24.04, we can use LLVM 17 for mull. And later versions as
they are supported.
0 commit comments