From 287131c409bcb8fb53c401ed028815c3e20b6b39 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Mon, 21 Nov 2022 16:33:46 -0500 Subject: [PATCH] ocamlPackages.phylogenetics: run full test suite As of upstream commit https://github.com/biocaml/phylogenetics/commit/a107e96fa64fecb75a9e855293b2822196540b31 , the full tests using `bppsuite`, although barely longer than the short tests, were not being run. --- pkgs/development/ocaml-modules/phylogenetics/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/ocaml-modules/phylogenetics/default.nix b/pkgs/development/ocaml-modules/phylogenetics/default.nix index 1cf9651e6ec..f3df658b6d5 100644 --- a/pkgs/development/ocaml-modules/phylogenetics/default.nix +++ b/pkgs/development/ocaml-modules/phylogenetics/default.nix @@ -40,6 +40,11 @@ buildDunePackage rec { printbox-text ]; + checkPhase = '' + runHook preCheck + dune build @app/fulltest + runHook postCheck + ''; doCheck = true; meta = with lib; {