Skip to content

Commit 0cd1b8f

Browse files
committed
Migrate ksp tests to testBalloon
1 parent f133699 commit 0cd1b8f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Build and Test
3535
run: |
36-
./gradlew allTests assembleAndroidDeviceTest assembleAndroidDeviceTest \
36+
./gradlew allTests assembleAndroidDeviceTest \
3737
-PkniNativeBuildType=debug \
3838
-PkniAllowedTargets=linuxX64,androidNativeArm64,wasmJs,js,wasmWasi
3939
env:

ksp/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ kotlin {
3636
}
3737
}
3838

39+
tasks.withType<Test>().configureEach {
40+
outputs.upToDateWhen { false }
41+
failOnNoDiscoveredTests = false
42+
}
43+
3944
mavenPublishing {
4045
publishToMavenCentral(automaticRelease = true)
4146
signAllPublications()

0 commit comments

Comments
 (0)