-
Notifications
You must be signed in to change notification settings - Fork 3
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
Tests #109
Comments
It would be wonderful to hook these tests up to GitHub actions (or other continuous integration). |
It's likely to come up in review. Peter works on deal.II, which uses the approach of creating a Docker image with all dependencies and using that from Actions. https://github.com/dealii/dealii/blob/master/.github/workflows/linux.yml#L40 |
I figured that installing dependencies from script we'd probably run out of free minutes on GitHub fairly quickly. But I'll look into the option with the Docker image - thanks for the suggestion. |
Added CI in #159 |
Add more unit and integration tests to hp3D.
Related PRs:
test/
and sets uptest/makefile
)The text was updated successfully, but these errors were encountered: