.gitea/workflows: don't error on clippy warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user