Skip to content

Commit

Permalink
chore: Parallelize Tests (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsom authored Jul 18, 2023
1 parent bd4ba3a commit 1c348d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,15 @@
<excludes>com/microsoftopentechnologies/windowsazurestorage/Messages.java</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1C</forkCount>
<parallel>all</parallel>
<useUnlimitedThreads>true</useUnlimitedThreads>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 1c348d8

Please sign in to comment.