File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments