Open thierry-martinez opened 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).
TESTS=true
REVDEPS
true
Shouldn't this be merged too? @kit-ty-kate
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) andREVDEPS
istrue
or lists some reverse dependencies to test (no by default).