Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-12 | ["test", "matrix"] Building a group of tests in many configurations | Klaus Aehlig | |
Often it is desirable to run tests in a variety of configurations: different toolchain used, different target architecture, different protocol versions in end-to-end tests, etc. The rule ["test", "matrix"] allows running tests in those exponentially many combinations in a single target and thus makes full test coverage maintainable. |