diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15cdf4d..fcc1b1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,4 @@ jobs: - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: cargo build --verbose - run: cargo test --verbose - - run: cargo clippy --all-targets + - run: rustup component add clippy && cargo clippy --all-targets