Loading .github/workflows/ci_testing.yml +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ jobs: # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: | ctest -j1 --output-on-failure ctest -j6 --output-on-failure - name: Install working-directory: ${{github.workspace}}/build Loading Loading
.github/workflows/ci_testing.yml +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ jobs: # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: | ctest -j1 --output-on-failure ctest -j6 --output-on-failure - name: Install working-directory: ${{github.workspace}}/build Loading