Skip to content

Commit a18c494

Browse files
single harness test
1 parent 28233ff commit a18c494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kani.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Step 3: Run Kani on the std library (default configuration)
5353
- name: Run Kani Verification
54-
run: head/scripts/run-kani.sh --path ${{github.workspace}}/head
54+
run: head/scripts/run-kani.sh --path ${{github.workspace}}/head --kani-args --harness ptr::mut_ptr::verify::check_mut_add_i8
5555

5656
run-kani-list:
5757
name: Kani List

0 commit comments

Comments
 (0)