From 339156be183d1341298cb55d8fb037bf14ff26e8 Mon Sep 17 00:00:00 2001 From: games647 Date: Sat, 2 Jul 2022 12:37:49 +0200 Subject: [PATCH] Use multiple threads to build the project --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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