Skip to content

Commit 3bd1435

Browse files
committed
try different test build
1 parent 5bd0856 commit 3bd1435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ jobs:
828828
../
829829
fi
830830
os="${{ matrix.os }}"
831-
cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
831+
make check-cppinterop
832832
if [[ ("${os}" == "ubuntu"*) ]]; then
833833
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests
834834
fi

0 commit comments

Comments
 (0)