Skip to content

Commit 7d9442f

Browse files
authored
gh-128446: Run Windows CI tests on each commit (#131702)
1 parent 1393bd3 commit 7d9442f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/compute-changes.py

+1-1
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)