We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f58a2 commit b2788feCopy full SHA for b2788fe
.github/workflows/ctest.yml
@@ -60,6 +60,10 @@ jobs:
60
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' || matrix.os ==
61
'windows-latest'
62
shell: bash
63
- run: ./g3log-FATAL-sigsegv || true && echo -e
+ run:
64
+ if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest'
65
+ ./g3log-FATAL-sigsegv || true && echo -e
66
+ if: matrix.os == 'windows-latest'
67
+ ./g3log-FATAL-sigsegv.exe || true && echo -e
68
"\n\n=======================\n\nverifying SIGSEGV existed in
69
stackdump\n\n\n\n" && cat /tmp/g3log*FATAL*.log | grep "SIGSEGV"
0 commit comments