From d174405aa40812133ddff3b5bb6cb67440e0b4c4 Mon Sep 17 00:00:00 2001 From: Konrad `ktoso` Malawski Date: Thu, 3 Oct 2024 08:21:53 +0900 Subject: [PATCH] Show more detailed errors in gradle test --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0114da27..5c730cf8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -45,7 +45,7 @@ jobs: # TODO: this should be triggered by the respective builds run: make jextract-run - name: Gradle build - run: ./gradlew build --no-daemon + run: ./gradlew build --debug --no-daemon test-swift: name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})