Skip to content

Commit d04036d

Browse files
committed
ci: set up Maven build to run with -T2C
1 parent 00adc44 commit d04036d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: /home/runner/.m2/repository
4141
key: ${{ runner.os }}-maven-0-${{ hashFiles('**/pom.xml') }}
4242
- name: Build with Maven within a virtual X Server Environment
43-
run: xvfb-run mvn clean verify checkstyle:check pmd:pmd pmd:check pmd:cpd-check spotbugs:check -f ./ddk-parent/pom.xml --batch-mode --fail-at-end -T1.5C
43+
run: xvfb-run mvn clean verify checkstyle:check pmd:pmd pmd:check pmd:cpd-check spotbugs:check -f ./ddk-parent/pom.xml --batch-mode --fail-at-end -T2C
4444
- name: Archive Tycho Surefire Plugin
4545
if: ${{ failure() }}
4646
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)