Skip to content

Commit a4350e4

Browse files
committed
Run all test suite cases in parallel
1 parent 4b7f85b commit a4350e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ tasks.named("compileKotlin", KotlinCompile::class) {
106106
}
107107

108108
tasks.withType<Test>().configureEach {
109+
maxParallelForks = 4
109110
systemProperty(
110111
"junit.jupiter.tempdir.cleanup.mode.default",
111112
System.getProperty("junit.jupiter.tempdir.cleanup.mode.default") ?: "always",
@@ -122,5 +123,4 @@ tasks.named<Test>("examplesTest") {
122123
inputs.files(files(publishUnsignedSnapshotDevelocityApiKotlinPublicationToMavenLocal))
123124
.withPropertyName("snapshotPublicationArtifacts")
124125
.withNormalizer(ClasspathNormalizer::class)
125-
maxParallelForks = 4
126126
}

0 commit comments

Comments
 (0)