Skip to content

Commit

Permalink
Fixed kani args
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Aghili committed Oct 7, 2024
1 parent 96b1e46 commit f8116d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kani-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
- name: Bootstrap Toolchain
run: cargo bootstrap
- name: Run Kani
uses: model-checking/[email protected] --workspace --exclude monitor -Z stubbing
uses: model-checking/[email protected]
with:
args: '--workspace --exclude monitor -Z stubbing'

0 comments on commit f8116d5

Please sign in to comment.