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

This commit is contained in:
2025-12-08 15:59:10 +09:00
parent b96258217d
commit 7393f115d3
+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