Skip to content

Commit c6d2964

Browse files
committed
test
1 parent ef17eaa commit c6d2964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
# set RDYNAMIC to work around broken MinGW detection
5555
make VERBOSE=1 RDYNAMIC=-lshlwapi -j2 cppcheck
5656
57-
gdb --batch --eval-command=run --eval-command="bt 50" --return-child-result --args testrunner.exe TestLeakAutoVarRecursiveCountLimit
57+
#gdb --batch --eval-command=run --eval-command="bt 50" --return-child-result --args testrunner.exe TestLeakAutoVarRecursiveCountLimit
5858
env:
5959
LDFLAGS: -fuse-ld=lld # use lld for faster linking

0 commit comments

Comments
 (0)