macros.crago: pass --no-fail-fast
It is quite useful to see all failing tests instead of few of first. Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org> Reviewed-by: Josh Stone <jistone@redhat.com>
This commit is contained in:
parent
c848eae92d
commit
47b6c3ef80
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ EOF\
|
|||
|
||||
%cargo_build %__cargo build %{__cargo_common_opts}
|
||||
|
||||
%cargo_test %__cargo test %{__cargo_common_opts}
|
||||
%cargo_test %__cargo test %{__cargo_common_opts} --no-fail-fast
|
||||
|
||||
%cargo_install (\
|
||||
set -eu \
|
||||
|
|
Loading…
Reference in a new issue