From 7dc7b130479b932259660e465a96e8b56fdd2339 Mon Sep 17 00:00:00 2001 From: Hans Kratz Date: Wed, 25 Sep 2024 13:12:59 +0200 Subject: [PATCH] fix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaf73e6..74367a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.toolchain }} + components: clippy - name: cargo test run: cargo test --all-targets env: