We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7162c25 commit 83dfb82Copy full SHA for 83dfb82
.github/workflows/kani.yml
@@ -75,7 +75,9 @@ jobs:
75
76
# Step 2: Run Kani autoharness on the std library for selected functions.
77
# Uses "--include-pattern" to make sure we do not try to run across all
78
- # possible functions as that may take a lot longer than expected
+ # possible functions as that may take a lot longer than expected. Instead,
79
+ # explicitly list all functions (or prefixes thereof) the proofs of which
80
+ # are known to pass.
81
- name: Run Kani Verification
82
run: |
83
scripts/run-kani.sh --run autoharness --kani-args \
0 commit comments