diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8c1129ac..5e0577ae 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -19,8 +19,9 @@ jobs: toolchain: stable components: clippy, rustfmt - - run: cargo fmt -- --check - run: cargo check --workspace --examples --tests --benches --bins + - run: cargo fmt -- --check + - run: cargo clippy --workspace check_c_warnings: name: Check C warnings