Skip to content

Commit

Permalink
reduces successes in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTinni committed Nov 16, 2024
1 parent 40d2af2 commit 8d22e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build
env:
RC_PARAMS: "max_success=10000"
RC_PARAMS: "max_success=1000"
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest --output-on-failure -C ${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 8d22e69

Please sign in to comment.