build: run tests in parallel

This commit is contained in:
Skylot
2022-04-18 16:31:25 +01:00
parent b66293a2f7
commit 7a3b7c55c9
+1
View File
@@ -43,6 +43,7 @@ allprojects {
test {
useJUnitPlatform()
maxParallelForks = Runtime.runtime.availableProcessors()
}
repositories {