From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Tue, 25 Mar 2025 07:06:15 +0000 (+0000) Subject: gh-128446: Run Windows CI tests on each commit (#131702) X-Git-Tag: v3.14.0a7~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d9442f0d55a7169940b9371d6e58a7c2ec1fa8a;p=thirdparty%2FPython%2Fcpython.git gh-128446: Run Windows CI tests on each commit (#131702) --- diff --git a/Tools/build/compute-changes.py b/Tools/build/compute-changes.py index 86c447dd4f64..b3be7df2dba6 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: