Support parallelization in another IDE tests
This commit is contained in:
@@ -34,7 +34,7 @@ dist {
|
||||
rename("kotlin-", "")
|
||||
}
|
||||
|
||||
projectTest {
|
||||
projectTest(parallel = true) {
|
||||
dependsOn(":kotlin-stdlib:jvm-minimal-for-test:dist")
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user