diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1046981b..790c641e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -39,4 +39,4 @@ jobs: # Run non-interactive, package (with compile+test), # ignore snapshot updates, because they are likely to have breaking changes, enforce checksums to validate # possible errors in dependencies - run: mvn test --batch-mode --no-snapshot-updates --strict-checksums --file pom.xml + run: mvn test --batch-mode --threads 2.0C --no-snapshot-updates --strict-checksums --file pom.xml