diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4fcab96..c5d1b33 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: run: cargo fmt -- --check - name: Clippy - run: cargo clippy + run: cargo clippy --all-features - name: Test run: cargo test