Use the custom cmake check target

This commit is contained in:
Cristian Le 2024-04-08 15:19:04 +02:00
parent cbfcfb8e7b
commit dd3c5d2536
Failed to extract signature
1 changed files with 5 additions and 2 deletions

View File

@ -72,8 +72,11 @@ sed -i -E 's/,?\s*"ninja[^"]*"//' pyproject.toml
%check
%ctest
%pytest
# %%ctest
# %%pytest
# Cannot use ctest or pytest integration yet. Replicating ci.yaml workflow
# https://github.com/pybind/pybind11/issues/5095
%cmake_build --target check
%files devel