We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae46e09 + 7e3c91c commit 2696bc0Copy full SHA for 2696bc0
1 file changed
.github/workflows/main-status.yml
@@ -27,7 +27,7 @@ jobs:
27
restore-keys: |
28
${{ runner.os }}-jdk${{ matrix.jdk }}-maven-
29
- name: Build
30
- run: mvn -B -U -T 2 clean install -DskiptTests
+ run: mvn -B -U -T 2C clean install -DskipTests
31
- name: Run all tests
32
run: mvn -B verify -P-skipSlowTests,-formatting -Dmaven.javadoc.skip=true -Djapicmp.skip -Denforcer.skip=true -Danimal.sniffer.skip=true
33
- name: Publish Test Report
0 commit comments