Skip to content

Commit c509fe9

Browse files
committed
Disable failFast in test task
1 parent 546fa6c commit c509fe9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ tasks.withType<KotlinCompile> {
4646
}
4747

4848
tasks.withType<Test> {
49-
failFast = true
5049
useJUnitPlatform()
5150
}
5251

0 commit comments

Comments
 (0)