diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74b8fe753..22bd5c411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Run cargo check run: cargo check --all --all-features - - name Run cargo clippy + - name: Run cargo clippy run: cargo clippy --all --all-features -- -D warnings - name: Run cargo test run: cargo test --all --all-features