Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
octoflar authored Jun 15, 2024
1 parent 0c9105a commit 9270fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 -C ${{env.BUILD_TYPE}} --repeat until-pass:1 -I 1,6,1,10
ctest -C ${{env.BUILD_TYPE}} --output-on-failure --repeat until-pass:1 -I 1,6,1,10
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: |
ctest -C ${{env.BUILD_TYPE}} --repeat until-pass:1 -I 1,6,1,10
ctest -C ${{env.BUILD_TYPE}} --output-on-failure --repeat until-pass:1 -I 1,6,1,10

0 comments on commit 9270fef

Please sign in to comment.