Skip to content

Commit a7b467e

Browse files
authored
chore: Update run_all_tests.py
1 parent 2c6d17b commit a7b467e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_all_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def run_all_tests():
2727
failed_tests.append(test_file)
2828
else:
2929
print(f"Test passed: {test_file}")
30-
if len(failed_tests) > 3:
30+
if len(failed_tests) > 0:
3131
break
3232

3333
if failed_tests:

0 commit comments

Comments
 (0)