Join Slack
Powered by
hi all, i have a multimodule kmp app and my tests ...
# kotest
k
Kashismails
04/18/2024, 6:37 PM
hi all, i have a multimodule kmp app and my tests are written in all modules, what is the gradle command to run all the tests from different modules? currently i am able to run test for one module but not all at once
g
Gleb Minaev
04/18/2024, 7:10 PM
:check
should run all
check
tasks in all Gradle modules, AFAIR.
3
Views
Open in Slack
Previous
Next