Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split testing libraries off in a separate repo #351

Open
jmid opened this issue May 24, 2023 · 0 comments
Open

Split testing libraries off in a separate repo #351

jmid opened this issue May 24, 2023 · 0 comments

Comments

@jmid
Copy link
Collaborator

jmid commented May 24, 2023

I'm starting to see more pain points that indicate we should consider splitting off the 3 testing libraries into a separate repo, e.g., ocaml-multicore/multicoretestlibs:

  • Opam installation updates #346 now run an opam installation workflow on all changes - to prevent situations like Remove ppx generators #342 breaking the newly added 4.13 compatibility. The installation workflow is however also triggered on test suite changes in src/. Some of this can be handled by adding conditions on the workflows, but it would be clearer and simpler with separate repos.
  • The developer-focused README instructions for running the test suite added in Document CI testing options #349 are intermixed with library-user instructions. Both of them would be clearer if separated in each their repo.

These add to the known arguments, such as being able to use an off-the-shelf ocaml-ci on the library-repo.

@jmid jmid mentioned this issue May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant