Skip to content

Commit

Permalink
ADD: gradle task for slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel committed Dec 19, 2019
1 parent b4e00ab commit f22c8e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ test {
}
}

task slowTest(type: Test) {
useJUnitPlatform {
includeTags 'slow'
}
}

apply plugin: 'java'
apply plugin: "io.franzbecker.gradle-lombok"
apply plugin: 'jacoco'
Expand Down

0 comments on commit f22c8e3

Please sign in to comment.