Having read through some of the composite build docs (Composing builds) my understanding is that I can run tests for linked projects.
In general, interacting with a composite build is much the same as a regular multi-project build. Tasks can be executed, tests can be run, and builds can be imported into the IDE.
That is, if I have a project A
‘including’ B
if I invoke a build
from A
then I can expect tests to be run for both A
and B
?
That doesn’t seem to be my experience at the moment, I’m only seeing tests run for A
and not B