Skip to content

Commit

Permalink
[gradle] Run gradle tests in parallel but not concurrently
Browse files Browse the repository at this point in the history
otherwise it kills CI agents
  • Loading branch information
terrakok committed Mar 7, 2024
1 parent 5244b8a commit f07e220
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
junit.jupiter.displayname.generator.default=org.jetbrains.compose.test.utils.GradleTestNameGenerator
junit.jupiter.execution.parallel.enabled=true
junit.jupiter.execution.parallel.mode.default=concurrent
junit.jupiter.execution.parallel.enabled=true

0 comments on commit f07e220

Please sign in to comment.