Reduce test thread count to 1

This fixes test failures on some platforms like ppc64
This commit is contained in:
Dan Čermák 2020-08-28 16:48:25 +02:00
parent d53e4246ef
commit 1c7ad92f9e
No known key found for this signature in database
GPG Key ID: 8F8C178E966641D3
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+
%endif
%check
dune runtest -p alcotest
dune runtest -j 1 -p alcotest
%files
%doc CHANGES.md README.md