Skip to content

Commit

Permalink
Ensure to run nested test classes.
Browse files Browse the repository at this point in the history
Closes #1627
  • Loading branch information
mp911de committed Sep 28, 2023
1 parent 39618d0 commit b5b8cb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@
<includes>
<include>**/*Tests.java</include>
</includes>
<excludes>
<exclude/>
</excludes>
</configuration>
</execution>
</executions>
Expand Down
3 changes: 3 additions & 0 deletions spring-data-r2dbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,9 @@
<includes>
<include>**/*Tests.java</include>
</includes>
<excludes>
<exclude/>
</excludes>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit b5b8cb1

Please sign in to comment.