Skip to content

Commit

Permalink
check task depends on all test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jan 3, 2024
1 parent f6e0ff7 commit c1c4955
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ testing {
}
}

tasks.check {
dependsOn(testing.suites)
}

gradlePlugin {
testSourceSets(sourceSets["functionalTest"])
}

0 comments on commit c1c4955

Please sign in to comment.