enable parallel test in ci

it's still unreadable but slower
This commit is contained in:
2024-07-07 11:42:19 +02:00
parent 1cde1479ab
commit 4696d8f40a

View File

@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Build and test with Maven
run: cd server && mvn --batch-mode --update-snapshots verify -Djunit.jupiter.execution.parallel.config.fixed.parallelism=1
run: cd server && mvn --batch-mode --update-snapshots verify
- uses: actions/upload-artifact@v3
with: