ocamlPackages.parmap: disable tests

This commit is contained in:
Vincent Laporte
2022-06-23 22:38:13 +02:00
parent 8e530526dc
commit 57777e6d56
@@ -10,13 +10,12 @@ buildDunePackage rec {
};
minimalOCamlVersion = "4.03";
useDune2 = true;
buildInputs = [
dune-configurator
];
doCheck = true;
doCheck = false; # prevent running slow benchmarks
meta = with lib; {
description = "Library for multicore parallel programming";