Skip to content

lambdapi 2.6.0: do not run tests #27728

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

Merged
merged 2 commits into from
Apr 14, 2025
Merged

lambdapi 2.6.0: do not run tests #27728

merged 2 commits into from
Apr 14, 2025

Conversation

fblanqui
Copy link
Contributor

@fblanqui fblanqui commented Apr 8, 2025

Copy link
Contributor

@shonfeder shonfeder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your care in helping the repository with its CI load!

I have contributed to the discussion in Deducteam/lambdapi#1229 (comment) echoing the appeal to continue running tests on install.

@@ -47,8 +47,6 @@ build: [
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this will prevent documentation from being generated for users who request it during installation. This could impact users who view documentation locally and I suspect it will prevent the generation of the documentation at https://ocaml.org/p/lambdapi/latest/doc/index.html -- Is this intended?

@fblanqui
Copy link
Contributor Author

Hi. I put back the doc target. But I cannot put back the test now as it would require to change the sources of the release. I'll perhaps add back some tests again later in the next release.

@shonfeder
Copy link
Contributor

Right, that would require a new release. I guess it is probably OK to skip these tests to reduce the load on the CI system, with the expectation that we'll have the tests added back in future releases, but with the most expensive tests removed. Thanks!

@shonfeder shonfeder merged commit c19b87d into ocaml:master Apr 14, 2025
1 of 3 checks passed
@fblanqui fblanqui deleted the notest branch April 29, 2025 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The ok_ko test takes an unreasonable amount of RAM
2 participants