Skip to content

Commit

Permalink
Merge branch 'refs/heads/feature/134-update-junit' into feature/136-t…
Browse files Browse the repository at this point in the history
…estcontainers
  • Loading branch information
dkubanyi committed Aug 15, 2024
2 parents 5b1bdc4 + f7fde7a commit 7e47e9b
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 @@ -179,6 +179,7 @@ tasks.register('setupPluginUpload') {
tasks.publishPlugins.dependsOn tasks.setupPluginUpload

test {
maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
useJUnitPlatform {
// Exclude all Tests with dependency to a db server (pg, oracle, ..)
excludeTags 'dbTest', 'sftpTest', 's3Test'
Expand Down

0 comments on commit 7e47e9b

Please sign in to comment.