Skip to content

Commit 814dbe5

Browse files
committed
Show full test failures in CI
Keep runtime proxy regressions diagnosable when GitHub Actions reports a Molang evaluation failure.
1 parent 018e14f commit 814dbe5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ tasks.withType<JavaCompile>().configureEach {
4444

4545
tasks.test {
4646
useJUnitPlatform()
47+
testLogging {
48+
exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
49+
showStandardStreams = true
50+
}
4751
}
4852

4953
tasks.processResources {

0 commit comments

Comments
 (0)