Parallelize compiler tests

This commit is contained in:
Mikhael Bogdanov
2019-04-16 12:57:05 +02:00
parent 73836928ef
commit dde28ddc52
12 changed files with 15 additions and 19 deletions
+1 -1
View File
@@ -30,6 +30,6 @@ val compileKotlin by tasks.getting(KotlinCompile::class) {
val generateTests by generator("org.jetbrains.kotlin.generators.tests.GenerateRuntimeDescriptorTestsKt")
projectTest {
projectTest(parallel = true) {
workingDir = rootDir
}