Skip to content

Commit ad3d2bf

Browse files
joseph-isaacsa10y
andauthored
chore[ci]: java ci is slow (#3758)
Signed-off-by: Joe Isaacs <[email protected]> Signed-off-by: Andrew Duffy <[email protected]> Co-authored-by: Andrew Duffy <[email protected]>
1 parent 3bed794 commit ad3d2bf

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -342,11 +342,7 @@ jobs:
342342
runs-on: ubuntu-latest
343343
timeout-minutes: 120
344344
steps:
345-
- name: Checkout sources
346-
uses: actions/checkout@v4
347-
with:
348-
fetch-depth: 0
349-
submodules: "recursive"
345+
- uses: actions/checkout@v4
350346
- uses: ./.github/actions/cleanup
351347
- uses: ./.github/actions/setup-rust
352348
# Build vortex-jni shared library, and copy into JAR.
@@ -356,7 +352,7 @@ jobs:
356352
mkdir -p java/vortex-jni/src/main/resources/native/linux-amd64
357353
cargo xtask java-test-files
358354
cp target/debug/libvortex_jni.so java/vortex-jni/src/main/resources/native/linux-amd64
359-
- run: ./gradlew test
355+
- run: ./gradlew test --parallel
360356
working-directory: ./java
361357

362358
bench-codspeed:

0 commit comments

Comments
 (0)