Skip to content

Commit

Permalink
ci: Run clippy without --tests in release pipeline too
Browse files Browse the repository at this point in the history
Copying the change from [1].

[1] 4a54988
  • Loading branch information
Frederick888 committed Aug 12, 2024
1 parent bbe07a5 commit e3e2e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
- name: Clippy
shell: bash
run: |
cargo clippy --features=${{ matrix.features }} --locked -- -D warnings
cargo clippy --features=${{ matrix.features }} --locked --tests -- -D warnings
test:
Expand Down

0 comments on commit e3e2e48

Please sign in to comment.