Skip to content

Commit dc15055

Browse files
committed
fix(build): wire up pitest to check task
1 parent f57719e commit dc15055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ pitest {
5757
coverageThreshold.set(90)
5858
}
5959

60+
tasks.named("check") { dependsOn("pitest") }
61+
6062
tasks.withType<KotlinCompile>().configureEach {
6163
compilerOptions {
6264
moduleName = "kage"

0 commit comments

Comments
 (0)