diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index a210313..5ade925 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -78,4 +78,10 @@ jobs: shell: bash # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C $BUILD_TYPE + run: ctest -C $BUILD_TYP + + - name: Fatal Exit Example + working-directory: ${{github.workspace}}/build + shell: bash + # hacky / crude and effective + run: ./g3log-FATAL-sigsegv || true && echo -e "\n\n=======================\n\nverifying SIGSEGV existed in stackdump\n\n\n\n" && cat /tmp/g3log*FATAL*.log | grep "SIGSEGV"