.gitea/workflows: don't error on clippy warnings

This commit is contained in:
2025-12-08 15:59:10 +09:00
parent bc915d1ca7
commit 65017ad6b3
+2 -1
View File
@@ -31,7 +31,8 @@ jobs:
run: cargo fmt -- --check
- name: Check clippy
run: cargo clippy -- --deny warnings
# run: cargo clippy -- --deny warnings
run: cargo clippy
test:
runs-on: ubuntu-latest