Disable integration tests that can only be run in-tree

epel10
Fabio Valentini 2 years ago
parent 507aea739e
commit 4b98e53acb
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