Skip to content

Commit

Permalink
Use parallel testing (#68)
Browse files Browse the repository at this point in the history
I am seeing a decent speedup on Travis CI, but not so much on GH Actions.
  • Loading branch information
khatchad authored Jun 29, 2023
1 parent 0c93006 commit 2862c6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.version}</version>
<configuration>
<parallel>both</parallel>
<threadCount>1</threadCount>
<systemPropertyVariables>
<!-- Set JUL Formatting -->
<java.util.logging.SimpleFormatter.format>[%4$s] %5$s%n</java.util.logging.SimpleFormatter.format>
Expand Down

0 comments on commit 2862c6f

Please sign in to comment.