Skip to content

Commit 2e5cd4b

Browse files
authored
Update Ubuntu.yml
1 parent 202715c commit 2e5cd4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,7 @@ 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 }} || true
488-
cat /home/runner/work/CppInterOp/CppInterOp/build/unittests/googletest-prefix/src/googletest-stamp/googletest-configure-Release.cmake
487+
cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
489488
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests
490489
fi
491490
cd ..

0 commit comments

Comments
 (0)