Parallelize compiler tests
This commit is contained in:
@@ -24,7 +24,7 @@ tasks.withType<KotlinCompile> {
|
||||
kotlinOptions.jvmTarget = "1.8"
|
||||
}
|
||||
|
||||
projectTest {
|
||||
projectTest(parallel = true) {
|
||||
executable = "${rootProject.extra["JDK_18"]!!}/bin/java"
|
||||
dependsOn(":dist")
|
||||
workingDir = rootDir
|
||||
|
||||
Reference in New Issue
Block a user