Skip to content

Commit

Permalink
Update ci_testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr authored Jan 10, 2025
1 parent 8c20772 commit e5159b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -j8 --output-on-failure
ctest -j1 --output-on-failure
- name: Install
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit e5159b3

Please sign in to comment.