-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Always run fmt check in CI #2546
Conversation
5ea2cc9
to
5a23b22
Compare
|
LGTM. Could you rebase (this should pass tests since #2558) ? |
c83dce6
to
e635c3b
Compare
@sapk Done |
Codecov Report
@@ Coverage Diff @@
## master #2546 +/- ##
=======================================
Coverage 26.99% 26.99%
=======================================
Files 85 85
Lines 17097 17097
=======================================
Hits 4615 4615
Misses 11807 11807
Partials 675 675 Continue to review full report at Codecov.
|
LGTM |
Previously,
make fmt-check
would only run as a dependency ofmake test
, which only runs on tag events. See also #2544.I also removed
fmt-check
as a dependency oftest
, because I don't see why the two should be related. Let me know if I'm missing something.