You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to what we did earlier with cargo doc and cargo fmt, this change
moves our clippy checks into a separate job into a separate CI job,
which can run in parallel to everything else. The result is quicker
error reporting but also a ~23s reduction of runtime of the "main"
job.
Signed-off-by: Daniel Müller <deso@posteo.net>
0 commit comments