Skip to content

Commit

Permalink
Move parallel test flag out of config (#175)
Browse files Browse the repository at this point in the history
And into properties. This way we can override it on the command-line during debugging.
  • Loading branch information
khatchad authored Mar 27, 2024
1 parent cccfcf7 commit a90d945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<wala.version>1.6.0</wala.version>
<spotless.version>2.43.0</spotless.version>
<maven.surefire.version>3.0.0-M7</maven.surefire.version>
<parallel>both</parallel>
<logging.config.file>${maven.multiModuleProjectDirectory}/logging.properties</logging.config.file>
<black.version>24.1.1</black.version>
</properties>
Expand Down Expand Up @@ -133,7 +134,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.version}</version>
<configuration>
<parallel>both</parallel>
<threadCount>1</threadCount>
<systemPropertyVariables>
<!-- Set JUL Formatting -->
Expand Down

0 comments on commit a90d945

Please sign in to comment.