Skip to content

Commit

Permalink
feat: use maxParallelForks
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubanyi authored and Daniel Kubanyi committed Jul 18, 2024
1 parent 3eccb00 commit cb2a64f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gretl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ tasks.register('setupPluginUpload'){
tasks.publishPlugins.dependsOn tasks.setupPluginUpload

test {
maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
useJUnit{
// Exclude all Tests with dependency to a db server (pg, oracle, ..)
excludeCategories 'ch.so.agi.gretl.testutil.DbTest'
Expand Down

0 comments on commit cb2a64f

Please sign in to comment.