Skip to content

Commit 67a7dd7

Browse files
authored
Debug
1 parent 70bfdc4 commit 67a7dd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,8 @@ jobs:
484484
cmake --build . --target doxygen-cppinterop --parallel ${{ env.ncpus }}
485485
cmake --build . --target sphinx-cppinterop --parallel ${{ env.ncpus }}
486486
else
487-
cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
487+
cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }} || true
488+
cat /home/runner/work/CppInterOp/CppInterOp/build/unittests/googletest-prefix/src/googletest-stamp/googletest-configure-Release.cmake
488489
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests
489490
fi
490491
cd ..

0 commit comments

Comments
 (0)