ocamlPackages.parmap: disable tests

main
Vincent Laporte 2 years ago
parent 8e530526dc
commit 57777e6d56
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
  1. 3
      pkgs/development/ocaml-modules/parmap/default.nix

@ -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";

Loading…
Cancel
Save