Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into smir-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Dec 8, 2023
2 parents 5ec9a81 + d26485a commit 0212b57
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/kani-regression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,6 @@ FEATURES_MANIFEST_PATH="$KANI_DIR/tests/cargo-kani/cargo-features-flag/Cargo.tom
cargo kani --manifest-path "$FEATURES_MANIFEST_PATH" --harness trivial_success
cargo clean --manifest-path "$FEATURES_MANIFEST_PATH"

# Check that documentation compiles.
echo "Current disk usage:"
df -h
echo "Starting doc tests:"
cargo doc --workspace --no-deps --exclude std
echo "Disk usage after documentation build:"
df -h

echo
echo "All Kani regression tests completed successfully."
echo

0 comments on commit 0212b57

Please sign in to comment.