Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-09 | ci: make jobs faster during pull request testing | Petr Štetiar | |
With the proliferation of test cases, CI runs tend to become rather long since we run all tests under valgrind using multiple gcc and Clang versions each. In order to speedup the jobs, we tests pull requests under the most recent Clang versions and run all tests when the code hits the master branch. Closes #66 Signed-off-by: Petr Štetiar <ynezz@true.cz> |