Skip to content
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

Add kani-version parameter to kani-github-action #44

Closed
wants to merge 14 commits into from

Conversation

jaisnan
Copy link
Contributor

@jaisnan jaisnan commented Sep 6, 2023

Description of changes:

This PR updates the action to add the parameter for kani-version which defaults to the value latest.
The default value latest uses the latest version of Kani that is uploaded on crates.io unless a specific version is provided by the user, in which case that specific version of Kani will be used in the CI.

Resolved issues:

Resolves #ISSUE-NUMBER

Call-outs:

This would update the action to pull in the latest version by default. Users who don't provide a value for the kani-version parameter would have to set it to pin the kani version that they want to use.

Testing:

  • How is this change tested?

  • Is this a refactor change?

Checklist

  • Each commit message has a non-empty body, explaining why the change was made
  • Methods or procedures are documented
  • Regression or unit tests are included, or existing tests cover the modified code
  • My PR is restricted to a single feature or bugfix

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

@jaisnan jaisnan changed the title Update to latest Add kani-version parameter to kani-github-action Sep 6, 2023
@jaisnan jaisnan closed this Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant