Open
Description
Hi, Team.
We need to change the way of CI tests.
Currently, the set of tests is differ for checks of master
branch and for PR.
This leads to problems, when PR checks are OK but new issues are found after PR merge.
Fresh examples: #2769 (broken Solaris build), #2702 (breaks Solaris build, Coverity Scan found issues).
These problems are hard to resolve, because from contributor's point of view his work is finished and task is shifted to maintainers.
We need to do Coverity Scan and Solaris build checks on PR commits too, as done on master
branch.
Is that is possible?