There was an error while loading. Please reload this page.
1 parent 2c6d17b commit a7b467eCopy full SHA for a7b467e
1 file changed
.github/workflows/run_all_tests.py
@@ -27,7 +27,7 @@ def run_all_tests():
27
failed_tests.append(test_file)
28
else:
29
print(f"Test passed: {test_file}")
30
- if len(failed_tests) > 3:
+ if len(failed_tests) > 0:
31
break
32
33
if failed_tests:
0 commit comments