Support parallelization in another IDE tests
This commit is contained in:
@@ -45,7 +45,7 @@ sourceSets {
|
||||
|
||||
testsJar {}
|
||||
|
||||
projectTest {
|
||||
projectTest(parallel = true) {
|
||||
workingDir = rootDir
|
||||
dependsOn(":dist")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user