diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cf0a23..976f967 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Install Rust stable uses: dtolnay/rust-toolchain@stable with: - components: rustfmt + components: rustfmt, clippy - name: Cache cargo uses: actions/cache@v4