mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-24 14:15:11 +00:00
Use the custom cmake check target
This commit is contained in:
parent
cbfcfb8e7b
commit
dd3c5d2536
@ -72,8 +72,11 @@ sed -i -E 's/,?\s*"ninja[^"]*"//' pyproject.toml
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%ctest
|
# %%ctest
|
||||||
%pytest
|
# %%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
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user