-
Notifications
You must be signed in to change notification settings - Fork 0
Use app data cache in release workflow and run integration tests in build-exes #39
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
…script_data_in/out
build: add options to run unit/integration tests
dkfellows
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like a good idea. Consider yourself cleared to merge this PR once you've got evidence that it functions correctly in practice. (I do that in my PRs for reusable workflows by making a branch where I use the named alternate branch, and then never merge the branch once things work; they're branches that witness other branches' correctness.)
|
And I note that you've got the witness already. Excellent. |
This is the companion PR to hpcflow/hpcflow#936.
Fixes #15
Fixes hpcflow/hpcflow#756