ocaml-ci-scripts icon indicating copy to clipboard operation
ocaml-ci-scripts copied to clipboard

Run tests on revdeps

Open thierry-martinez opened this issue 5 years ago • 1 comments

There does not seem to be a way to run reverse-dependencies tests currently. We would like to do that for ppx_deriving CI (see https://github.com/ocaml-ppx/ppx_deriving/pull/227).

In this pull-request, I propose to run tests on reverse-dependencies when TESTS=true (the default) and REVDEPS is true or lists some reverse dependencies to test (no by default).

thierry-martinez avatar May 24 '20 21:05 thierry-martinez

Shouldn't this be merged too? @kit-ty-kate

XVilka avatar Jun 09 '20 09:06 XVilka