Skip to content

Commit e3e2e48

Browse files
committed
ci: Run clippy without --tests in release pipeline too
Copying the change from [1]. [1] 4a54988
1 parent bbe07a5 commit e3e2e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
- name: Clippy
9090
shell: bash
9191
run: |
92+
cargo clippy --features=${{ matrix.features }} --locked -- -D warnings
9293
cargo clippy --features=${{ matrix.features }} --locked --tests -- -D warnings
9394
9495
test:

0 commit comments

Comments
 (0)