ocaml / ocaml-ci-scripts

Skeletons for CI scripts
ISC License
101 stars 57 forks source link

Run tests on revdeps #338

Open thierry-martinez opened 4 years ago

thierry-martinez commented 4 years ago

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).

XVilka commented 4 years ago

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