From 3d0cfac19e4b59753420fddc9c1dfaddae4d9adc Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 17 Jul 2022 21:21:29 +0900 Subject: [PATCH] Apply clippy to all targets --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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