From dbc2f61f6626de47dd607609f13a678ecd59e462 Mon Sep 17 00:00:00 2001 From: David Sancho Moreno Date: Sun, 11 Jun 2023 16:22:48 +0200 Subject: [PATCH] Make sure build don't run tests --- reason-react.opam | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reason-react.opam b/reason-react.opam index 96145c392..8c0fa9142 100644 --- a/reason-react.opam +++ b/reason-react.opam @@ -18,7 +18,7 @@ doc: "https://reasonml.github.io/reason-react" bug-reports: "https://github.com/reasonml/reason-react/issues" depends: [ "dune" {>= "3.8"} - "ocaml" {>= "4.06.1"} + "ocaml" {>= "4.13.0"} "melange" {>= "1.0.0"} "reactjs-jsx-ppx" "reason" {>= "3.6.0"} @@ -35,7 +35,6 @@ build: [ "-j" jobs "@install" - "@runtest" {with-test} "@doc" {with-doc} ] ]