Skip to content

Commit

Permalink
Enable parallel builds for Apache James
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbertrand committed Aug 15, 2024
1 parent 08c3546 commit 349e11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-experiments-apache-james.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
GRADLE_ENTERPRISE_URL: "https://ge.solutions-team.gradle.com"
GIT_REPO: "https://github.com/apache/james-project"
GOALS: "verify"
ARGS: "-Dmaven.test.failure.ignore=true"
ARGS: "-T 1C -B -Dmaven.test.failure.ignore=true"

jobs:
Experiment:
Expand Down

0 comments on commit 349e11e

Please sign in to comment.