Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wintered committed Oct 18, 2024
1 parent bc77e32 commit e87d452
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
bin/gen_tester grammars/Bitvectors.g4
bin/run_tester 2 100 Bitvectors solvers.cfg
checksum=$(cat tests/Bitvectors/*.smt2 | md5sum | awk '{print $1}')
echo $checksum
expected_checksum="09afe38ea30ca3ae7eccff6ed176da01"
[[ "$checksum" != "$expected_checksum" ]] && { echo "Checksum does not match. Exiting."; exit 1; }
#echo "Checksum matches."
echo "Checksum matches."

0 comments on commit e87d452

Please sign in to comment.