FIR IDE: run tests in parallel in module idea-fir-low-level-api

This commit is contained in:
Ilya Kirillov
2021-04-06 13:12:17 +02:00
parent 65ce641b22
commit 3503a54437
@@ -49,7 +49,7 @@ sourceSets {
"test" { projectDefault() }
}
projectTest {
projectTest(parallel = true ) {
dependsOn(":dist")
workingDir = rootDir
val useFirIdeaPlugin = kotlinBuildProperties.useFirIdeaPlugin