Use multiple threads to build the project

This commit is contained in:
games647
2022-07-02 12:37:49 +02:00
parent 944db748e8
commit 339156be18

View File

@ -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