Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
improve: remove parallel builds on Github
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <[email protected]>
  • Loading branch information
csviri committed Nov 16, 2023
1 parent 45aaf80 commit 71215b8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,12 @@
<configuration>
<properties>
<configurationParameters>
junit.jupiter.execution.parallel.enabled = true
junit.jupiter.execution.parallel.mode.default = concurrent
junit.jupiter.execution.parallel.mode.classes.default = concurrent
junit.jupiter.execution.parallel.config.strategy = fixed
junit.jupiter.execution.parallel.config.fixed.parallelism = 5
<!-- Uncomment for parallel build -->
<!-- junit.jupiter.execution.parallel.enabled = true-->
<!-- junit.jupiter.execution.parallel.mode.default = concurrent-->
<!-- junit.jupiter.execution.parallel.mode.classes.default = concurrent-->
<!-- junit.jupiter.execution.parallel.config.strategy = fixed-->
<!-- junit.jupiter.execution.parallel.config.fixed.parallelism = 5-->
</configurationParameters>
</properties>
</configuration>
Expand Down

0 comments on commit 71215b8

Please sign in to comment.