Skip to content

Commit

Permalink
chore(build): run functional tests as part of check
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Aug 14, 2024
1 parent 159ec40 commit ea7cece
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ tasks {
}
}

check {
@Suppress("UnstableApiUsage")
dependsOn(testing.suites.named("functionalTest"))
}

validatePlugins {
enableStricterValidation = true
}
Expand Down

0 comments on commit ea7cece

Please sign in to comment.