Skip to content

Commit d8dad53

Browse files
authored
Enable tests for jedis 2.7.2 (#12175)
1 parent c8e2222 commit d8dad53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

instrumentation/jedis/jedis-1.4/javaagent/build.gradle.kts

+5-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ testing {
3939
}
4040

4141
tasks {
42-
test {
42+
withType<Test>().configureEach {
4343
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].service)
4444
}
45+
46+
check {
47+
dependsOn(testing.suites)
48+
}
4549
}

0 commit comments

Comments
 (0)