diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 123afd3..988524f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Rust run: rustup update stable - - run: cargo clippy --all-features + - run: cargo clippy --all-features --all-targets fmt: runs-on: ubuntu-latest