-
Notifications
You must be signed in to change notification settings - Fork 0
Add automated test workflow for PRs and push #15
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
Conversation
Add automated test workflow for PRs and push
use python 3.12
|
@thompsonmj, I got it working with your suggestion. Unfortunately, adding a print statement on what isn't run was not as easy, so we should add a note to the README about it (I'd say after your update in PR #16). |
Going to just merge update in #16 first, then the auto testing will work since it'll be scoped to the hashes available on the system. |
check fix for system-specific hash availability works for GH action test
|
@thompsonmj, I pulled in your updates and now it seems to be working. I also added |
Set up automated testing for the repo.
This brings up a challenge: not all hash functions are guaranteed--options are based on the user's system.
We may want to revamp that part of the test to check for system available hash functions and test those, but note if hashes are not covered based on the system?