I am having problems to run test from terminal `Ta...
# multiplatform
j
I am having problems to run test from terminal
Task 'test' not found in root project 'MyRootProject'
, But I can run jvmTest via IntelliJ without problems
m
There's an option in intelliJ to run tests without gradle, maybe you have that activated ?
When using gradle, you might need to specify the module:
./gradlew :module:test
j
Really I need the gradle option for github actions