Browse Source

Ensure to run nested test classes.

Closes #1627
3.0.x
Mark Paluch 2 years ago
parent
commit
d10a58c7af
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 3
      pom.xml
  2. 3
      spring-data-r2dbc/pom.xml

3
pom.xml

@ -140,6 +140,9 @@ @@ -140,6 +140,9 @@
<includes>
<include>**/*Tests.java</include>
</includes>
<excludes>
<exclude/>
</excludes>
</configuration>
</execution>
</executions>

3
spring-data-r2dbc/pom.xml

@ -401,6 +401,9 @@ @@ -401,6 +401,9 @@
<includes>
<include>**/*Tests.java</include>
</includes>
<excludes>
<exclude/>
</excludes>
</configuration>
</execution>
</executions>

Loading…
Cancel
Save