Skip to content

Commit

Permalink
Also don't run clippy on release for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeh committed Nov 21, 2021
1 parent 56921e8 commit d223448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build and test tool
run: |
cargo test --verbose
cargo clippy --verbose --all-features -- -D warnings
#cargo clippy --verbose --all-features -- -D warnings
cargo build --verbose --release
- name: Build Debian package for tool
Expand Down

0 comments on commit d223448

Please sign in to comment.