Skip to content

Commit

Permalink
CMake GitHub workflow: Remove the Rerun failed tests step from the
Browse files Browse the repository at this point in the history
workflow, because it only complicates our life.

* .github/workflows/cmake.yml
  (Rerun failed tests): Remove this step.

git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1922652 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rinrab committed Dec 23, 2024
1 parent 464ae32 commit ed4413f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,3 @@ jobs:
if: matrix.run_tests
working-directory: out
run: ctest --output-on-failure --verbose -C Release --parallel 16

- name: Rerun failed tests
if: ${{ matrix.run_tests && failure() && steps.run_all_tests.conclusion == 'failure' }}
working-directory: out
run: ctest --output-on-failure --verbose -C Release --rerun-failed

0 comments on commit ed4413f

Please sign in to comment.