Skip to content

Commit

Permalink
chore: EXPOSED-104 Update gradle test tasks
Browse files Browse the repository at this point in the history
Remove testPartial as unnecessary.
  • Loading branch information
bog-walk committed Aug 11, 2023
1 parent 1bee186 commit c76675f
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,6 @@ class DBTestingPlugin : Plugin<Project> {
delegatedTo(mariadb_v2, mariadb_v3)
}

val testPartial = register<Test>("testPartial") {
group = "verification"
delegatedTo(
h2_v2,
sqlite,
mysql80,
postgres,
mariadb_v3,
sqlServer
)
}

named<Test>("test") {
delegatedTo(
h2,
Expand Down

0 comments on commit c76675f

Please sign in to comment.