Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1393bd3 commit 7d9442fCopy full SHA for 7d9442f
1 file changed
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