From 822511f95d780b35b309b070dab3759aa3f2b096 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 17 Jul 2022 21:21:05 +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 77ffc17..0e50e07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,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