We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a9d29 commit c0efa47Copy full SHA for c0efa47
.github/actions/Build_and_Test_CppInterOp/action.yml
@@ -57,7 +57,7 @@ runs:
57
else
58
cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
59
os="${{ matrix.os }}"
60
- if [[ "${os}" == "macos"* ]]; then
+ if [[ "${os}" != "macos"* ]]; then
61
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests
62
fi
63
0 commit comments