Skip to content

Commit 84adb04

Browse files
authored
Update build.gradle.kts
1 parent f826983 commit 84adb04

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ subprojects {
5757
(Runtime.getRuntime().availableProcessors() / 2).coerceAtLeast(1).also {
5858
println("Setting maxParallelForks to $it")
5959
}
60+
// not all projects actually have tests
61+
failOnNoDiscoveredTests.set(false)
6062
testLogging {
6163
showExceptions = true
6264
showCauses = true

0 commit comments

Comments
 (0)