Robert Jaros
12/18/2020, 11:14 PM./gradlew test
only JS tests are executed from the main project and subprojects. I can run ./gradlew jvmTest
to run JVM tests from the MPP subproject, but how can I run all tests with a single test
task?Robert Jaros
12/18/2020, 11:18 PMcheck
task instead of test
?Robert Jaros
12/18/2020, 11:21 PMcheck
task.russhwolf
12/19/2020, 12:44 AMallTests
which is a subset of check
and just runs tests without other things like linters.