diff --git a/.github/workflows/on_PR_linux_matrix.yml b/.github/workflows/on_PR_linux_matrix.yml index 6bc9775b..2b8ca674 100644 --- a/.github/workflows/on_PR_linux_matrix.yml +++ b/.github/workflows/on_PR_linux_matrix.yml @@ -60,4 +60,4 @@ jobs: - name: Test run: | cd build - ctest --output-on-failure --stop-on-failure + ctest --output-on-failure diff --git a/.github/workflows/on_PR_mac_matrix.yml b/.github/workflows/on_PR_mac_matrix.yml index 72df4de0..1572231a 100644 --- a/.github/workflows/on_PR_mac_matrix.yml +++ b/.github/workflows/on_PR_mac_matrix.yml @@ -54,4 +54,4 @@ jobs: - name: Test run: | cd build - ctest --output-on-failure --stop-on-failure + ctest --output-on-failure diff --git a/.github/workflows/on_PR_windows_matrix.yml b/.github/workflows/on_PR_windows_matrix.yml index 5654d67b..075847b7 100644 --- a/.github/workflows/on_PR_windows_matrix.yml +++ b/.github/workflows/on_PR_windows_matrix.yml @@ -90,7 +90,7 @@ jobs: - name: Test if: ${{matrix.platform == 'x64'}} run: | - ctest --test-dir build --output-on-failure --stop-on-failure + ctest --test-dir build --output-on-failure msys2: runs-on: windows-latest @@ -142,7 +142,7 @@ jobs: - name: Test run: | - ctest --test-dir build --output-on-failure --stop-on-failure + ctest --test-dir build --output-on-failure cygwin: runs-on: windows-latest @@ -193,4 +193,4 @@ jobs: - name: Test run: | - ctest --test-dir build --output-on-failure --stop-on-failure + ctest --test-dir build --output-on-failure diff --git a/.github/workflows/on_push_BasicWinLinMac.yml b/.github/workflows/on_push_BasicWinLinMac.yml index caf2a7e8..563a2bea 100644 --- a/.github/workflows/on_push_BasicWinLinMac.yml +++ b/.github/workflows/on_push_BasicWinLinMac.yml @@ -72,7 +72,7 @@ jobs: - name: Test run: | cd build - ctest --output-on-failure --stop-on-failure + ctest --output-on-failure Linux: name: 'Ubuntu 20.04 - GCC - Arch:x64 BuildType:Release - SHARED' @@ -114,7 +114,7 @@ jobs: - name: Test run: | cd build - ctest --output-on-failure --stop-on-failure + ctest --output-on-failure MacOS: name: 'MacOS - clang - Arch:x64 BuildType:Release - SHARED' @@ -156,4 +156,4 @@ jobs: - name: Test run: | cd build - ctest --output-on-failure --stop-on-failure + ctest --output-on-failure diff --git a/.github/workflows/on_push_ExtraJobsForMain.yml b/.github/workflows/on_push_ExtraJobsForMain.yml index 40c8741a..31da03a2 100644 --- a/.github/workflows/on_push_ExtraJobsForMain.yml +++ b/.github/workflows/on_push_ExtraJobsForMain.yml @@ -52,7 +52,7 @@ jobs: - name: Tests + Upload coverage run: | cd build - ctest --output-on-failure --stop-on-failure + ctest --output-on-failure # this needs to match th ecommand in on_PR_linux_secial_builds.yml! gcovr --root .. --object-dir . --exclude-unreachable-branches --exclude-throw-branches --xml -o coverage.xml . curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --import