CI: parallel maven

This commit is contained in:
2025-03-22 23:10:01 +01:00
parent 258c257778
commit 817d12a161

View File

@@ -49,7 +49,7 @@ jobs:
cache: maven
- name: Test with Maven
run: cd dhfs-parent && mvn --batch-mode --update-snapshots package verify
run: cd dhfs-parent && mvn -T $(nproc) --batch-mode --update-snapshots package verify
# - name: Build with Maven
# run: cd dhfs-parent && mvn --batch-mode --update-snapshots package # -Dquarkus.log.category.\"com.usatiuk.dhfs\".min-level=DEBUG