|
|
|
@ -180,8 +180,9 @@ which use "yaml" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
# flatten_twice is marked should_panic, but gets a hard error from clap
|
|
|
|
|
%cargo_test -- -- --skip flatten_twice
|
|
|
|
|
# * flatten_twice is marked should_panic, but gets a hard error from clap
|
|
|
|
|
# * ui tests fail for unknown reason
|
|
|
|
|
%cargo_test -- -- --skip flatten_twice --skip ui
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|