We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd0856 commit 3bd1435Copy full SHA for 3bd1435
.github/workflows/ci.yml
@@ -828,7 +828,7 @@ jobs:
828
../
829
fi
830
os="${{ matrix.os }}"
831
- cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
+ make check-cppinterop
832
if [[ ("${os}" == "ubuntu"*) ]]; then
833
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests
834
0 commit comments