.gitea/workflows: don't error on clippy warnings
All checks were successful
Build and test / check (push) Successful in 1m4s
Build and test / build (push) Successful in 1m29s
Build and test / test (push) Successful in 1m48s
Build and test / docs (push) Successful in 2m13s

This commit is contained in:
2025-12-08 15:59:10 +09:00
parent 23bfd0c4a7
commit 2de18cdbdb

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