-
Notifications
You must be signed in to change notification settings - Fork 504
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
Add CI coverage for Windows #1714
Add CI coverage for Windows #1714
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Consider doing windows for only the test/stable for now, given it is much slower. We can add it for all, later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks
@cijothomas I checked the tracing repo and for non-Linux platforms, they only test using the stable version of Rust. Check this. I have updated the workflow to do the same. I have also updated code coverage workflow to only run on Linux. |
Changes
Note: Certain jobs from the CI workflow can only be run on Linx for now