diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec864e22..f7fdbcd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: with: toolchain: 1.46.0 override: true + components: clippy, rustfmt - name: Check format run: cargo fmt --all -- --check - name: Check with clippy