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