Hi Mattia, On Sat, Dec 06, 2025 at 12:49:54PM +0000, Mattia Verga <[email protected]> wrote: > I'd like to ask a question about tests run by LO Jenkins instance upon > PRs submission. Forgive me if I'm wrong, but are unittests expected to > not be performed on Jenkins runs? > > In logs I see: > make: Nothing to be done for 'unitcheck'. > make: Nothing to be done for 'slowcheck'.
I think this is just confusing output from 'make'. It depends on the platform, but our config typically does a full 'make check' on Linux and then the pre-submit CI only runs a subset (unit check, slow checks, but not subsequent checks, nor ui checks) on macOS/Windows. When you see that output, perhaps 'make' writes that because it completed those targets already. Regards, Miklos
