From 0c1166ed10f6c26e456c7e11171ea89f5cfb2341 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 17 Jul 2022 21:21:36 +0900 Subject: [PATCH] Apply clippy to all targets --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b19cd9f..ce823af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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