Skip to content

Commit 2893387

Browse files
committed
Restore parallel execution
1 parent 2f004a6 commit 2893387

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

maven/core-unittests/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-surefire-plugin</artifactId>
3535
<version>3.2.1</version>
36+
<configuration>
37+
<forkCount>1C</forkCount>
38+
<reuseForks>false</reuseForks>
39+
</configuration>
3640
</plugin>
3741
<plugin>
3842
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)