mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-128446: Run Windows CI tests on each commit (#131702)
This commit is contained in:
parent
1393bd3548
commit
7d9442f0d5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def compute_changes() -> None:
|
|||
outputs = process_changed_files(files)
|
||||
else:
|
||||
# Otherwise, just run the tests
|
||||
outputs = Outputs(run_tests=True)
|
||||
outputs = Outputs(run_tests=True, run_windows_tests=True)
|
||||
outputs = process_target_branch(outputs, target_branch)
|
||||
|
||||
if outputs.run_tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue