Skip to content

Commit

Permalink
Gradle test 작업에 fast-fail 옵션 추가 (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeus6768 authored Dec 26, 2024
1 parent 50d28c0 commit 137efc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ dependencies {

test {
useJUnitPlatform()
failFast = true
}

0 comments on commit 137efc6

Please sign in to comment.