-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows ci -- checking build and test-api on pull requests #465
Conversation
Looks good to me. Why is the final test "make check-api" as opposed to "make check"? Are the regression tests too slow? |
Some tests are failing because of printing mismatch under windows. This needs further investigation and may take come time. In the meantime, I wanted to add the window compilation check in CI. And yes, the windows CI (including running the tests) is too slow. That's why I didn't enable for each commit push -- it is enabled for pull requests. |
Makes sense!--Mark MitchellOn Oct 7, 2023, at 9:13 PM, Ahmed ***@***.***> wrote:
Looks good to me. Why is the final test "make check-api" as opposed to "make check"? Are the regression tests too slow?
Some tests are failing because of printing mismatch under windows. This needs further investigation and may take come time. In the meantime, I wanted to add the window compilation check in CI.
And yes, the windows CI (including running the tests) is too slow. That's why I didn't enable for each commit push -- it is enabled for pull requests.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because your review was requested.Message ID: ***@***.***>
|
* windows ci -- checking build and test-api on pull requests * m4 cygwin * untabify * autoconf cygwin * Update windows_ci.yml fix typo * Update windows_ci.yml
No description provided.