summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cflite_pr.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci: unpin CFLiteEvgeny Vereshchagin2022-04-261-2/+2
| | | | | | | | The idea was to catch CFLite regressions but since the action itself pulls the latest docker images it can't be pinned properly and issues like https://github.com/google/clusterfuzzlite/issues/91 are going to pop up anyway. Let's unpin it by analogy with CIFuzz and hope it doesn't break very often.
* ci: use CFLite to test forks (including systemd-stable)Evgeny Vereshchagin2022-01-291-0/+39
It's like CIFuzz but unlike CIFuzz it's compatible with forks and it should make it possible to run the fuzzers to make sure that patches backported to them are backported correctly without introducing new bugs and regressions.