]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-128446: Run Windows CI tests on each commit (GH-131702) (#131706)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 28 Mar 2025 11:08:47 +0000 (12:08 +0100)
committerGitHub <noreply@github.com>
Fri, 28 Mar 2025 11:08:47 +0000 (13:08 +0200)
gh-128446: Run Windows CI tests on each commit (GH-131702)
(cherry picked from commit 7d9442f0d55a7169940b9371d6e58a7c2ec1fa8a)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
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: