Skip to content

Commit

Permalink
Merge pull request #111 from jkni/parallel-tests
Browse files Browse the repository at this point in the history
Fork test VM per core
  • Loading branch information
jkni authored Oct 6, 2023
2 parents 11e2954 + e288dfa commit 3434a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvector-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<forkCount>1</forkCount>
<forkCount>1C</forkCount>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit 3434a6d

Please sign in to comment.