From 56969949a9dd4c6547d963a4286c0fc279fd1805 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sun, 13 Mar 2022 23:07:19 +0100 Subject: [PATCH] Disable parallel tests. --- .github/workflows/jarfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jarfile.yml b/.github/workflows/jarfile.yml index 9cb9ce1298..d8408e5654 100644 --- a/.github/workflows/jarfile.yml +++ b/.github/workflows/jarfile.yml @@ -59,7 +59,7 @@ jobs: cd build cmake -Denable_documentation=OFF -Denable_java=ON -Denable_msg=ON -Denable_lib_in_jar=ON -Dminimal-bindings=ON -Denable_compile_optimizations=ON -Denable_smpi=OFF ${{ matrix.config.cmake_extra_options }} -G "${{ matrix.config.generator }}" .. make -j2 simgrid-java_jar java-all - ctest -j2 -R java --output-on-failure + ctest -R java --output-on-failure - name: Upload jar uses: actions/upload-artifact@v2 with: -- 2.20.1