From eb03a25d8eac2f9192a246ace9f86a0804ed8c44 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Thu, 26 Dec 2024 15:41:42 -0500 Subject: [PATCH] ocamlPackages.owl: re-enable tests --- pkgs/development/ocaml-modules/owl/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/owl/default.nix b/pkgs/development/ocaml-modules/owl/default.nix index 5826a1ba39b8..720bb6fb5df6 100644 --- a/pkgs/development/ocaml-modules/owl/default.nix +++ b/pkgs/development/ocaml-modules/owl/default.nix @@ -26,7 +26,5 @@ buildDunePackage rec { npy ]; - doCheck = false; - # Tests fail with Clang: https://github.com/owlbarn/owl/issues/462 - # and with GCC 13: https://github.com/owlbarn/owl/issues/653 + doCheck = true; }