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:
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; {
|
||||
|
||||
Reference in New Issue
Block a user