Skip to content

Commit b2788fe

Browse files
authored
Windows test ctest.yml
1 parent c9f58a2 commit b2788fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ctest.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' || matrix.os ==
6161
'windows-latest'
6262
shell: bash
63-
run: ./g3log-FATAL-sigsegv || true && echo -e
63+
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
6468
"\n\n=======================\n\nverifying SIGSEGV existed in
6569
stackdump\n\n\n\n" && cat /tmp/g3log*FATAL*.log | grep "SIGSEGV"

0 commit comments

Comments
 (0)