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

Refactor test directory #25

Merged
merged 12 commits into from
Oct 27, 2024
Merged

Refactor test directory #25

merged 12 commits into from
Oct 27, 2024

Conversation

mbarbin
Copy link
Owner

@mbarbin mbarbin commented Oct 27, 2024

The PR splits the tests between different parts in order to enable most of our tests for all versions tested by the CI. In particular, we are aiming at enabling some testing for 4.14.

The way this is done is that we reorganizes the test/ directory in different sub dirs such that we can package the tests depending on eio separately from the others.

Then, we relaxed the lower bound constraint on JS packages and enable the non-eio tests in 4.14.

Fixes #23

@mbarbin
Copy link
Owner Author

mbarbin commented Oct 27, 2024

I disabled windows-latest x ocaml.4.14 due to an error installing core, which is a test dependency.

I did not investigate the build issue. I suspect since core.v16.2 is an old version, this won't be resolved, thus I opted for disabling this combination in the CI. Windows tests are checked for ocaml.5.2.

The following actions failed
build core v0.16.2 

@mbarbin mbarbin merged commit 03b2d74 into main Oct 27, 2024
7 checks passed
@mbarbin mbarbin deleted the split-tests branch October 27, 2024 18:11
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

Successfully merging this pull request may close these issues.

Enable some tests in more-ci
1 participant