Skip to content

Commit

Permalink
run cargo clippy --release in package.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Dec 7, 2024
1 parent 44ccf52 commit d812f0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
if: matrix.os == 'ubuntu'
run: cargo install cross --git https://github.com/cross-rs/cross

- name: Clippy (release mode)
run: cargo clippy --release -- -D warnings

- name: Build binary
if: matrix.os == 'ubuntu'
run: cross build --release --target ${{ matrix.target }}
Expand Down

0 comments on commit d812f0a

Please sign in to comment.