Try with -d instead of -t
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
2e58fe4c32
commit
62a500d8e9
@ -54,7 +54,7 @@ install -m 0644 -vp %{gobuilddir}/src/github.com/alecthomas/chroma/v2/styles/* %
|
||||
%check
|
||||
%ifarch riscv64
|
||||
# lexers: panic: test timed out after 10m0s
|
||||
%gocheck -t lexers
|
||||
%gocheck -d lexers
|
||||
%else
|
||||
%gocheck
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user