We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 003ece2 + 54a8346 commit 6dd91aeCopy full SHA for 6dd91ae
.github/workflows/ci.yml
@@ -81,3 +81,7 @@ jobs:
81
run: |
82
cargo clippy --all-targets -- -D warnings
83
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