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 14b0a19 commit 1f02e5fCopy full SHA for 1f02e5f
.github/workflows/continuous-integration.yml
@@ -80,11 +80,8 @@ jobs:
80
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
81
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
82
83
- # FIXME temporarily disabled main checks to get to failure point faster! Re-enable once broken test(s) are fixed
84
- # ./gradlew apiCheck
85
- # ./gradlew build
86
-
87
- ./gradlew :runtime:protocol:http-client-engines:http-client-engine-crt:macosArm64Test --info --stacktrace
+ ./gradlew apiCheck
+ ./gradlew build
88
89
- name: Save Test Reports
90
if: failure()
0 commit comments