diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ac0033..b1965fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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