Skip to content

Commit 55f89b0

Browse files
committed
Uncomment instrumentation tests
1 parent 382eb08 commit 55f89b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tasks.register<Delete>("clean").configure {
5050
delete(rootProject.layout.buildDirectory)
5151
}
5252

53-
// apply(from = rootProject.file("configuration/instrumentation-tests.gradle"))
53+
apply(from = rootProject.file("configuration/instrumentation-tests.gradle"))
5454

5555
dependencies {
5656
subprojects.forEach {

0 commit comments

Comments
 (0)