Skip to content

Commit

Permalink
Execute tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jul 28, 2024
1 parent 5e3d4ee commit 74fa636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ allprojects {

tasks.withType<Test>().configureEach {
useJUnitPlatform()
// https://docs.gradle.org/8.9/userguide/performance.html#execute_tests_in_parallel
maxParallelForks = Runtime.getRuntime().availableProcessors()
}
}

0 comments on commit 74fa636

Please sign in to comment.