Disable integration tests that can only be run in-tree

epel9
Fabio Valentini 2 years ago
parent 1c97000098
commit 79512854bb
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -425,7 +425,9 @@ use the "unicode-word-boundary" feature of the "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# * integration tests can only be run in-tree
%cargo_test -- --lib
%cargo_test -- --doc
%endif
%changelog

Loading…
Cancel
Save