ocurrent / opam-repo-ci

An OCurrent pipeline for testing submissions to opam-repository
19 stars 21 forks source link

Split `Build` and `List_revdeps` into separate modules #305

Open benmandrew opened 1 month ago

benmandrew commented 1 month ago

Build and List_revdeps jobs have some differences, but are included in the same module. They should be separated as they should have slightly different interfaces.

Initial work was done in https://github.com/ocurrent/opam-repo-ci/pull/290.