Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Jul 7, 2024
1 parent 5206ea0 commit ee2e3f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ tasks.getByName("jvmMainClasses") {
tasks.withType<Test> {
testLogging {
events = setOf(TestLogEvent.STARTED, TestLogEvent.FAILED, TestLogEvent.PASSED, TestLogEvent.SKIPPED)
showStandardStreams = true
}
}

Expand Down

0 comments on commit ee2e3f1

Please sign in to comment.