ocamlPackages.functoria: disable tests

This commit is contained in:
Vincent Laporte 2024-06-05 06:02:42 +02:00
parent ea51548160
commit 020ad56467
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -12,7 +12,8 @@ buildDunePackage {
propagatedBuildInputs = [ cmdliner rresult astring fmt logs bos fpath emile uri ];
doCheck = true;
# Tests are not compatible with cmdliner 1.3
doCheck = false;
checkInputs = [ alcotest functoria-runtime ];
meta = with lib; {