Skip to content

Commit 6dd91ae

Browse files
authored
Merge pull request #65 from rust-lang/fix/ci-clippy-sys
Fix clippy check for sys crate
2 parents 003ece2 + 54a8346 commit 6dd91ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ jobs:
8181
run: |
8282
cargo clippy --all-targets -- -D warnings
8383
cargo clippy --all-targets --features master,dlopen -- -D warnings
84+
85+
cd gccjit_sys
86+
cargo clippy --all-targets -- -D warnings
87+
cargo clippy --all-targets --features master,dlopen -- -D warnings

0 commit comments

Comments
 (0)