Skip to content

Commit a4867ee

Browse files
committed
swap to using build target in all-platforms tests
1 parent 112d0fd commit a4867ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
192192
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
193193
./gradlew apiCheck
194-
./gradlew test jvmTest
194+
./gradlew build
195195
- name: Save Test Reports
196196
if: failure()
197197
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)