fix: specify --profile to cargo clippy in CI

This commit is contained in:
Michael Bolin
2025-08-28 21:26:29 -07:00
parent f09170b574
commit c0c10f34cb

View File

@@ -134,7 +134,7 @@ jobs:
- name: cargo clippy
id: clippy
run: cargo clippy --target ${{ matrix.target }} --all-features --tests -- -D warnings
run: cargo clippy --target ${{ matrix.target }} --all-features --tests --profile ${{ matrix.profile }} -- -D warnings
# Running `cargo build` from the workspace root builds the workspace using
# the union of all features from third-party crates. This can mask errors