Disable some tests

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
This commit is contained in:
Robert-André Mauchin 2020-08-06 16:13:07 +02:00
parent 1a4e8fad38
commit 71137f3b26
No known key found for this signature in database
GPG Key ID: F07E690B12A82D56
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
%if %{with check}
%check
# https://github.com/dominikh/go-tools/issues/687
%gocheck -d unused
%gocheck -d unused -d staticcheck
%endif
%files