-
Notifications
You must be signed in to change notification settings - Fork 57
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
Implement testing in GitHub Actions #316
Comments
I'm a bit confused about the tests, do they currently require some previous version to compare to? Additionally, is it enough to compile everything with: cd src
make
make seq OPTIONS=SPARSE
make mpi OPTIONS=SPARSE and then run the tests like: cd tests/2exec
test_all cross all |
Niko, thanks for creating this issue. We have been thinking about it for some time, the related issues are #6, #114, #282 . To sum up, here are the main concerns:
To conclude, it would be great if you can make any working prototype of GitHub Actions. And let me know, if you have further questions or ideas. |
And I think that any simple test is better than none. So the simplest would be
but the problem with previous binary remains. |
Is your feature request related to a problem? Please describe.
Tests are not run automatically on commits, or tags/versions for that matter. This would better see if bugs are introduced.
Describe the solution you'd like
Implement GitHub Actions workflow compiling from source, and subsequently running the tests.
This should be possible for Ubuntu, macOS, and Windows.
The text was updated successfully, but these errors were encountered: