Commit 287131c4 authored by Ben Darwin's avatar Ben Darwin Committed by Vincent Laporte
Browse files

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.
parent 766cc473
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -40,6 +40,11 @@ buildDunePackage rec {
    printbox-text
  ];

  checkPhase = ''
    runHook preCheck
    dune build @app/fulltest
    runHook postCheck
  '';
  doCheck = true;

  meta = with lib; {