Skip to content

Commit 83dfb82

Browse files
committed
Clarify use
1 parent 7162c25 commit 83dfb82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/kani.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ jobs:
7575

7676
# Step 2: Run Kani autoharness on the std library for selected functions.
7777
# 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
78+
# 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.
7981
- name: Run Kani Verification
8082
run: |
8183
scripts/run-kani.sh --run autoharness --kani-args \

0 commit comments

Comments
 (0)