ocamlPackages.phylogenetics: run full test suite

As of upstream commit
a107e96fa6
, 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-21 16:33:46 -05:00 committed by Vincent Laporte
parent 766cc473f7
commit 287131c409

View File

@ -40,6 +40,11 @@ buildDunePackage rec {
printbox-text
];
checkPhase = ''
runHook preCheck
dune build @app/fulltest
runHook postCheck
'';
doCheck = true;
meta = with lib; {