Unverified Commit a7b467e6 authored by Muyang Li's avatar Muyang Li Committed by GitHub
Browse files

chore: Update run_all_tests.py

parent 2c6d17b5
......@@ -27,7 +27,7 @@ def run_all_tests():
failed_tests.append(test_file)
else:
print(f"Test passed: {test_file}")
if len(failed_tests) > 3:
if len(failed_tests) > 0:
break
if failed_tests:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment