-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Run Quinn tests in CI #6719
Run Quinn tests in CI #6719
Conversation
1edfabd
to
575892c
Compare
Not sure how/why warnings are being denied, probably makes sense to allow them for these external crates? |
You probably need to override RUST_FLAGS. tokio/.github/workflows/ci.yml Line 14 in f8fe0ff
|
Any chance you could try pushing a commit that undoes the revert to verify that this would have caught the regression? |
I used
and that resulted in failure. So I think this is working as intended, and I'll remove the cherry-picked commit again. |
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.
Awesome, thank you. Verified that this would have caught the regression.
Thanks! |
Thank you for all your work on Tokio! |
Motivation
Improve testing for timers (which caused a regression, #6714) by testing Quinn in CI.
Fixes #6717.