We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddef48a commit d174405Copy full SHA for d174405
.github/workflows/pull_request.yml
@@ -45,7 +45,7 @@ jobs:
45
# TODO: this should be triggered by the respective builds
46
run: make jextract-run
47
- name: Gradle build
48
- run: ./gradlew build --no-daemon
+ run: ./gradlew build --debug --no-daemon
49
50
test-swift:
51
name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})
0 commit comments