diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9b6959c6..50c918e13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,8 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust }} - - run: RUSTFLAGS="--deny warnings" cargo check ${{ matrix.features }} + components: clippy + - run: RUSTFLAGS="--deny warnings" cargo clippy ${{ matrix.features }} test: name: test