Skip to content

Commit d174405

Browse files
authored
Show more detailed errors in gradle test
1 parent ddef48a commit d174405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# TODO: this should be triggered by the respective builds
4646
run: make jextract-run
4747
- name: Gradle build
48-
run: ./gradlew build --no-daemon
48+
run: ./gradlew build --debug --no-daemon
4949

5050
test-swift:
5151
name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})

0 commit comments

Comments
 (0)