Skip to content

Commit

Permalink
ci: add Kani Rust Verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dodomorandi committed Jan 28, 2024
1 parent 815aae5 commit 3a07205
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ jobs:
with:
command: test

kani:
runs-on: ubuntu-20.04
steps:
- name: 'Checkout your code.'
uses: actions/checkout@v3

- name: 'Run Kani on your code.'
uses: model-checking/kani-github-action@v0.45

grcov:
name: Coverage analysis
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3a07205

Please sign in to comment.