Skip to content

Commit dca025f

Browse files
committed
run without asserting contracts
1 parent 344205a commit dca025f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run-kani.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ run_verification_subset() {
207207
printf '%s\n' "${harnesses[@]}"
208208
"$kani_path" verify-std -Z unstable-options ./library \
209209
$unstable_args \
210+
--no-assert-contracts \
210211
$harness_args --exact \
211212
-j \
212213
--output-format=terse \

0 commit comments

Comments
 (0)