From b2788fef058065b068bd7a281d93b09bb5fed43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Sun, 19 May 2024 15:26:29 -0600 Subject: [PATCH] Windows test ctest.yml --- .github/workflows/ctest.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index 3b5fdbc0..69199b2b 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -60,6 +60,10 @@ jobs: if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' || matrix.os == 'windows-latest' shell: bash - run: ./g3log-FATAL-sigsegv || true && echo -e + run: + if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' + ./g3log-FATAL-sigsegv || true && echo -e + if: matrix.os == 'windows-latest' + ./g3log-FATAL-sigsegv.exe || true && echo -e "\n\n=======================\n\nverifying SIGSEGV existed in stackdump\n\n\n\n" && cat /tmp/g3log*FATAL*.log | grep "SIGSEGV"