Run integration tests in check task
Fixes gh-254
This commit is contained in:
@@ -73,6 +73,7 @@ task integrationTest(type: Test, dependsOn: jar) {
|
||||
junitXml.destination = project.file("$project.buildDir/integration-test-results/")
|
||||
}
|
||||
}
|
||||
check.dependsOn integrationTest
|
||||
|
||||
eclipse {
|
||||
classpath {
|
||||
|
||||
Reference in New Issue
Block a user