Skip to content

Commit

Permalink
UPDATE: slow test task configure for gradle check task
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel committed Dec 19, 2019
1 parent f22c8e3 commit 34eb8f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ task slowTest(type: Test) {
useJUnitPlatform {
includeTags 'slow'
}
check.dependsOn it
shouldRunAfter test
}

apply plugin: 'java'
Expand Down

0 comments on commit 34eb8f6

Please sign in to comment.