]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-128446: Run Windows CI tests on each commit (#131702)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Tue, 25 Mar 2025 07:06:15 +0000 (07:06 +0000)
committerGitHub <noreply@github.com>
Tue, 25 Mar 2025 07:06:15 +0000 (09:06 +0200)
Tools/build/compute-changes.py

index 86c447dd4f64e05799465a38cfc873d0a4b99ce4..b3be7df2dba6d009e1e58fc2156094e64069e1d2 100644 (file)
@@ -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: