Skip to content

Commit

Permalink
Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Nov 6, 2023
1 parent 93f2486 commit 68c2553
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sqliter-driver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,3 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinNativeCompile> {
kotlinOptions.freeCompilerArgs += "-Xexpect-actual-classes"
}

listOf(
"linuxX64Test",
"linuxArm64Test",
"linkDebugTestLinuxX64",
"linkDebugTestLinuxArm64",
"mingwX64Test",
"linkDebugTestMingwX64",
).forEach { tasks.findByName(it)?.enabled = false }

0 comments on commit 68c2553

Please sign in to comment.