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
@@ -28,7 +28,7 @@ sourceSets {
"test" { projectDefault() }
}
projectTest {
projectTest(parallel = true) {
workingDir = rootDir
dependsOn(":dist")
}