Revert "Disable tests on i686"

This reverts commit 8c014bf483.

This will be fixed in the commits I'm about to add
This commit is contained in:
Michal Schorm 2024-06-11 20:20:27 +02:00
parent 18cd5d11cf
commit fa798bb53d

View File

@ -108,10 +108,8 @@ sed -i 's;/usr/bin/garbd;/usr/sbin/garbd;g' %{buildroot}/usr/sbin/garb-systemd
sed -i 's/User=nobody/User=garb/g' %{buildroot}/usr/lib/systemd/system/garbd.service
%ifnarch %{ix86}
%check
%ctest
%endif
%pre