Skip to content

Commit

Permalink
Check if building kani-cov works
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Sep 23, 2024
1 parent a0df867 commit 4cc3561
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/kani-regression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ echo "--- Compiletest configuration"
cargo run -p compiletest --quiet -- --suite kani --mode cargo-kani --dry-run --verbose
echo "-----------------------------"

# Build `kani-cov`
cargo build -p kani-cov

# Extract testing suite information and run compiletest
for testp in "${TESTS[@]}"; do
testl=($testp)
Expand Down

0 comments on commit 4cc3561

Please sign in to comment.