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

CI: Setup automatic testing of the conda packages #2292

Open
certik opened this issue Aug 23, 2023 · 4 comments
Open

CI: Setup automatic testing of the conda packages #2292

certik opened this issue Aug 23, 2023 · 4 comments

Comments

@certik
Copy link
Contributor

certik commented Aug 23, 2023

We have to setup automatic testing at a CI (in a new github project) to test the conda packages on all platforms, running our integration tests and ensuring they run correctly. That would reveal that it was missing lpython.py.

This should be done in a new separate github project.

@adam-urbanczyk
Copy link

I don't think that you need a separate project - you can simply extend tests in the conda package spec (see above).

@certik
Copy link
Contributor Author

certik commented Aug 24, 2023

Thanks for the PR conda-forge/lpython-feedstock#16, that's much better than nothing.

What we also need is to test all our integration tests, not just one, which is what this issue is about.

@adam-urbanczyk
Copy link

I guess then it is a matter of adding python run_tests.py --skip-run-with-dbg to the test section. The point of the PR was to demonstrate that conda build is perfectly capable of running tests - no need to crate new projects

@certik
Copy link
Contributor Author

certik commented Sep 22, 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

2 participants