diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d07bedd..4b8ba02d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: cargo fmt --all -- --check - name: Clippy - run: cargo clippy ${{ matrix.flags }} --examples --all -- -D warnings + run: cargo clippy ${{ matrix.flags }} --all-targets --all -- -D warnings - name: Tests