File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
30
30
31
31
# Step 2: Generate contracts programs
32
32
- name : Generate contracts
33
- run : ./scripts/run-kani.sh --kani-args --keep-temps --only-codegen --target-dir contracts
33
+ run : ./scripts/run-kani.sh --kani-args --keep-temps --only-codegen --target-dir kani/ contracts
34
34
35
35
# Debug: Check contracts
36
36
- name : List contracts found
37
- run : ls contracts
37
+ run : ls kani/ contracts
38
38
39
39
# Step 3: Run goto-transcoder
40
40
- name : Run goto-transcoder
41
- run : ./scripts/run-goto-transcoder.sh contracts checked_unchecked.*.out
41
+ run : ./scripts/run-goto-transcoder.sh kani/ contracts checked_unchecked.*.out
Original file line number Diff line number Diff line change 5
5
# #############
6
6
# PARAMETERS #
7
7
# #############
8
- contract_folder=$1
8
+ contract_folder=$1 /kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps
9
9
supported_regex=$2
10
10
unsupported_regex=neg
11
11
You can’t perform that action at this time.
0 commit comments