Skip to content

Commit

Permalink
Remove conditional rerun of ctests;
Browse files Browse the repository at this point in the history
It looks like ctest is exiting prematurely in github actions leading to
low coverage (possibly?)
  • Loading branch information
fluidnumerics-joe committed Sep 6, 2024
1 parent dfd9c3a commit b4b220b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux-gnu-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ jobs:
- name: Run ctests
run: |
cd build/test
ctest || ctest --rerun-failed --output-on-failure
ctest --test-dir ./build/
- name: Create coverage report
if: ${{ matrix.build_type == 'coverage' }}
Expand Down

0 comments on commit b4b220b

Please sign in to comment.