We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5547c89 commit 2ccb84aCopy full SHA for 2ccb84a
Tools/build/compute-changes.py
@@ -65,7 +65,7 @@ def compute_changes() -> None:
65
outputs = process_changed_files(files)
66
else:
67
# Otherwise, just run the tests
68
- outputs = Outputs(run_tests=True)
+ outputs = Outputs(run_tests=True, run_windows_tests=True)
69
outputs = process_target_branch(outputs, target_branch)
70
71
if outputs.run_tests:
0 commit comments