Skip to content

Commit 0bcd318

Browse files
author
Carolyn Zech
committed
don't assert contracts during local runs (for consistency with CI runs)
1 parent 6244e5e commit 0bcd318

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
@@ -292,6 +292,7 @@ main() {
292292
echo "Running Kani verify-std command..."
293293
"$kani_path" verify-std -Z unstable-options ./library \
294294
$unstable_args \
295+
--no-assert-contracts \
295296
$command_args \
296297
--enable-unstable \
297298
--cbmc-args --object-bits 12

0 commit comments

Comments
 (0)