Skip to content

Commit

Permalink
Use "--jobs 1" to run tests on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Oct 31, 2023
1 parent 31f3b72 commit c317867
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust/package/agama-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ install -m 0644 --target-directory=%{buildroot}%{_datadir}/dbus-1/agama-services


%check
%ifarch aarch64
/usr/bin/cargo auditable test -j1 --offline --no-fail-fast -- -nocapture
%else
%{cargo_test}
%endif

%files
%{_bindir}/agama
Expand Down

0 comments on commit c317867

Please sign in to comment.