Skip to content

Commit 0dd9097

Browse files
committed
ci: Make clippy a required job
This was part of e09683e ("run clippy on 3 major platforms"), most of which made it to libc-0.2. However, this line was missed.
1 parent 6b1c04c commit 0dd9097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ jobs:
304304
- test_tier2_vm
305305
- verify_build
306306
- docs
307+
- clippy
307308
# Github branch protection is exceedingly silly and treats "jobs skipped because a dependency
308309
# failed" as success. So we have to do some contortions to ensure the job fails if any of its
309310
# dependencies fails.

0 commit comments

Comments
 (0)