Skip to content

Commit f40e2ef

Browse files
AA-Turnerseehwan80
authored andcommitted
pythongh-128446: Run Windows CI tests on each commit (python#131702)
1 parent 9757d70 commit f40e2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/compute-changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def compute_changes() -> None:
6565
outputs = process_changed_files(files)
6666
else:
6767
# Otherwise, just run the tests
68-
outputs = Outputs(run_tests=True)
68+
outputs = Outputs(run_tests=True, run_windows_tests=True)
6969
outputs = process_target_branch(outputs, target_branch)
7070

7171
if outputs.run_tests:

0 commit comments

Comments
 (0)