Skip to content

Commit a938e9c

Browse files
committed
Add autoharness calls
1 parent 5903dc8 commit a938e9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/kani.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
- name: Run Kani Verification
8282
run: |
8383
scripts/run-kani.sh --run autoharness --kani-args \
84+
--include-pattern "iter::range::Step>::backward_unchecked" \
85+
--include-pattern "iter::range::Step>::forward_unchecked" \
8486
--include-pattern alloc::layout::Layout::from_size_align \
8587
--include-pattern ascii::ascii_char::AsciiChar::from_u8 \
8688
--include-pattern char::convert::from_u32_unchecked \

0 commit comments

Comments
 (0)