Deactivate test to build and report upstream

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo 2024-02-13 21:10:54 -06:00
parent f555d43376
commit 04ff5554aa

View File

@ -48,7 +48,10 @@ install -m 0644 -vp %{gobuilddir}/src/github.com/alecthomas/chroma/v2/styles/* %
%if %{with check}
%check
%gocheck
# lexers: produces "\u000c" instead of "\f".
# See https://github.com/alecthomas/chroma/issues/927
%gocheck \
-d lexers
%endif
%files