This commit is contained in:
Sergey Zhemoytel 2024-06-26 13:10:29 +00:00
parent 869cfc3d97
commit 30e2b73435

View file

@ -56,8 +56,6 @@ install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
%check
go test ./...
%if %{secscan}
clamscan -ir %{buildroot}
%endif