diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d55dda..304a6e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Build run: cargo +${{ matrix.rust-version }} build --release - name: Lint - run: cargo +${{ matrix.rust-version }} clippy -- -D warnings + run: cargo +${{ matrix.rust-version }} clippy --all-targets --all-features -- -D warnings - name: Test run: cargo +${{ matrix.rust-version }} test