Skip to content

Commit 3fcdeee

Browse files
committed
ci: speed up armv7 tests
1 parent 02172e7 commit 3fcdeee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ jobs:
132132
java-version: ${{ matrix.java }}
133133
java-package: jdk
134134
cache: 'maven'
135-
- name: Pre compile
136-
run: mvn -Dspotless.check.skip=true -DskipTests --batch-mode --no-transfer-progress install -am
135+
- name: Maven deps
136+
run: mvn dependency:resolve -U -o --batch-mode --no-transfer-progress
137137
- uses: uraimo/run-on-arch-action@v3
138138
name: Test
139139
with:
@@ -175,7 +175,7 @@ jobs:
175175
echo "Architecture: `uname -a`"
176176
echo "MAVEN_OPTS: ${MAVEN_OPTS}"
177177
mvn --version
178-
cd /work && mvn -Dmaven.main.skip=true -Dspotless.check.skip=true -Dmaven.repo.local=/work/.m2/repository --batch-mode --no-transfer-progress test
178+
cd /work && mvn -T 1 -o -Dspotless.check.skip=true -Dmaven.repo.local=/work/.m2/repository --batch-mode --no-transfer-progress test
179179
180180
# This will test the build process using an external amalgamation, as well as the
181181
# Java tests with that native library, as some functions will not be available (extensions).

0 commit comments

Comments
 (0)