-
Notifications
You must be signed in to change notification settings - Fork 107
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][kani] Use kani-github-action #472
Conversation
@joshlf requesting your review in this PR. Apologies for any inconvenience caused |
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.
Thanks for putting this up! I think we can simplify this some, but this is definitely on the right track.
@joshlf I have made the changes. Kindly review. |
@joshlf requesting for a follow up. Apologies for any inconvenience caused. |
@joshlf I have made the changes. Kindly review |
Okay everything looks good now; not sure why CI is still failing. Maybe try pulling the latest changes from |
@joshlf I have already rebased the branch, so there should be no conflict. |
kani-github-action
in CI
@joshlf the jobs have passed!! Thanks a lot for your help and guidance |
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.
Okay, looks like it was a bug on main
that your PR just exposed. I've fixed the bug and rebased this PR on that fix, and now everything works!
Thanks again, @Agnik7! |
Thanks a lot @joshlf for the opportunity and the guidance you provided!! |
* Update ci.yml * Update ci.yml * Update ci.yml --------- Co-authored-by: Joshua Liebow-Feeser <[email protected]>
Removes the hand-rolled Kani CI job and replaces it with the official
kani-github-action
.Resolves #423