ocamlPackages.owl: re-enable tests

This commit is contained in:
Ben Darwin
2025-01-14 11:40:12 -05:00
parent 58f66948d0
commit eb03a25d8e
@@ -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;
}