In a multi project build, how can I execute all te...
# kotest
t
In a multi project build, how can I execute all tests (across all projects) from gradle? Basically in my ci pipeline I'd like to do
gradle test --tests "com.example*"
and have it run tests inside :project1 and :project2??