https://github.com/python/cpython/commit/7d9442f0d55a7169940b9371d6e58a7c2ec1fa8a
commit: 7d9442f0d55a7169940b9371d6e58a7c2ec1fa8a
branch: main
author: Adam Turner <[email protected]>
committer: hugovk <[email protected]>
date: 2025-03-25T09:06:15+02:00
summary:
gh-128446: Run Windows CI tests on each commit (#131702)
files:
M Tools/build/compute-changes.py
diff --git a/Tools/build/compute-changes.py b/Tools/build/compute-changes.py
index 86c447dd4f64e0..b3be7df2dba6d0 100644
--- a/Tools/build/compute-changes.py
+++ b/Tools/build/compute-changes.py
@@ -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:
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]