Skip to content

Commit a01315a

Browse files
feat: add --info flag to Kotlin tests for verbose output
Shows test execution progress and results summary to match Python/TypeScript test reporting 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent e725910 commit a01315a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ jobs:
111111

112112
- name: Run JVM tests
113113
working-directory: sdks/community/kotlin/library
114-
run: ./gradlew jvmTest --no-daemon --stacktrace
114+
run: ./gradlew jvmTest --no-daemon --stacktrace --info

0 commit comments

Comments
 (0)