Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
a7b467e6
Unverified
Commit
a7b467e6
authored
Aug 02, 2025
by
Muyang Li
Committed by
GitHub
Aug 02, 2025
Browse files
chore: Update run_all_tests.py
parent
2c6d17b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/run_all_tests.py
.github/workflows/run_all_tests.py
+1
-1
No files found.
.github/workflows/run_all_tests.py
View file @
a7b467e6
...
@@ -27,7 +27,7 @@ def run_all_tests():
...
@@ -27,7 +27,7 @@ def run_all_tests():
failed_tests
.
append
(
test_file
)
failed_tests
.
append
(
test_file
)
else
:
else
:
print
(
f
"Test passed:
{
test_file
}
"
)
print
(
f
"Test passed:
{
test_file
}
"
)
if
len
(
failed_tests
)
>
3
:
if
len
(
failed_tests
)
>
0
:
break
break
if
failed_tests
:
if
failed_tests
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment