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.
This commit is contained in:
Ben Darwin
2022-11-22 10:02:45 +01:00
committed by Vincent Laporte
parent 766cc473f7
commit 287131c409
@@ -40,6 +40,11 @@ buildDunePackage rec {
printbox-text
];
checkPhase = ''
runHook preCheck
dune build @app/fulltest
runHook postCheck
'';
doCheck = true;
meta = with lib; {