I have question. Does roottest runs cmake --build . --target cling-test when the cling interpreter code is changed? From time to time I see, that commits are merged regardless of whether the CI fails.
If I understand Cling's workflow correctly, changes are integrated and tested in ROOT and automatically streamed down to Cling after the merge in ROOT. So, if roottest does not run the integrated tests in cling, it is possible that the Cling CI is bypassed, or I'm wrong?
I have question. Does
roottestrunscmake --build . --target cling-testwhen the cling interpreter code is changed? From time to time I see, that commits are merged regardless of whether the CI fails.If I understand Cling's workflow correctly, changes are integrated and tested in ROOT and automatically streamed down to Cling after the merge in ROOT. So, if
roottestdoes not run the integrated tests in cling, it is possible that the Cling CI is bypassed, or I'm wrong?