Skip to content

Commit f6f614f

Browse files
committed
run tests in parallel:
1 parent a055c70 commit f6f614f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@
5656
<artifactId>maven-project-info-reports-plugin</artifactId>
5757
<version>3.0.0</version>
5858
</plugin>
59+
<plugin>
60+
<groupId>org.apache.maven.plugins</groupId>
61+
<artifactId>maven-surefire-plugin</artifactId>
62+
<version>2.22.0</version>
63+
<configuration>
64+
<parallel>all</parallel> <!-- Run tests in parallel-->
65+
<useUnlimitedThreads>true</useUnlimitedThreads>
66+
</configuration>
67+
</plugin>
5968
<plugin>
6069
<groupId>org.codehaus.mojo</groupId>
6170
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)