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 cf8f4ae commit 7001b09Copy full SHA for 7001b09
.github/workflows/pull_request.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Gradle :SwiftKit:build
37
run: ./gradlew build -x test
38
- name: Gradle :SwiftKit:check
39
- run: ./gradlew :SwiftKit:check --info
+ run: ./gradlew :SwiftKit:check --debug
40
- name: Gradle compile JMH benchmarks
41
run: ./gradlew compileJmh --info
42
0 commit comments