Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Glyphack committed Oct 13, 2024
1 parent eadf897 commit 52f7d85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,9 @@ def main():

print(f"found {diff_count} differences in snapshots")

exit(diff_count == 0)

if diff_count > 0:
exit(1)


if __name__ == "__main__":
main()

0 comments on commit 52f7d85

Please sign in to comment.